Dodano obsługę plików PDF w regułach dostępu w pliku .htaccess
This commit is contained in:
@@ -5,7 +5,7 @@ Options -Indexes
|
|||||||
Require all denied
|
Require all denied
|
||||||
|
|
||||||
# …a dopiero potem pozwalamy na pliki statyczne
|
# …a dopiero potem pozwalamy na pliki statyczne
|
||||||
<FilesMatch "\.(css|js|map|mjs|png|jpe?g|gif|svgz?|webp|ico|woff2?|woff|ttf|eot)$">
|
<FilesMatch "\.(css|js|map|mjs|png|jpe?g|gif|svgz?|webp|ico|woff2?|woff|ttf|eot|pdf)$">
|
||||||
Require all granted
|
Require all granted
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user