mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°2498 - Authorize map extension
so as `.js.map` is not forbidden by apache
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Apache 2.4
|
# Apache 2.4
|
||||||
<ifModule mod_authz_core.c>
|
<ifModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
<FilesMatch ".+\.(css|scss|js|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
||||||
Require all granted
|
Require all granted
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</ifModule>
|
</ifModule>
|
||||||
@@ -10,7 +10,7 @@ Require all denied
|
|||||||
<ifModule !mod_authz_core.c>
|
<ifModule !mod_authz_core.c>
|
||||||
deny from all
|
deny from all
|
||||||
Satisfy All
|
Satisfy All
|
||||||
<FilesMatch ".+\.(css|scss|js|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<add fileExtension=".css" allowed="true" />
|
<add fileExtension=".css" allowed="true" />
|
||||||
<add fileExtension=".scss" allowed="true" />
|
<add fileExtension=".scss" allowed="true" />
|
||||||
<add fileExtension=".js" allowed="true" />
|
<add fileExtension=".js" allowed="true" />
|
||||||
|
<add fileExtension=".map" allowed="true" />
|
||||||
<add fileExtension=".png" allowed="true" />
|
<add fileExtension=".png" allowed="true" />
|
||||||
<add fileExtension=".bmp" allowed="true" />
|
<add fileExtension=".bmp" allowed="true" />
|
||||||
<add fileExtension=".gif" allowed="true" />
|
<add fileExtension=".gif" allowed="true" />
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Apache 2.4
|
# Apache 2.4
|
||||||
<ifModule mod_authz_core.c>
|
<ifModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
<FilesMatch ".+\.(css|scss|js|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
||||||
Require all granted
|
Require all granted
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</ifModule>
|
</ifModule>
|
||||||
@@ -10,7 +10,7 @@ Require all denied
|
|||||||
<ifModule !mod_authz_core.c>
|
<ifModule !mod_authz_core.c>
|
||||||
deny from all
|
deny from all
|
||||||
Satisfy All
|
Satisfy All
|
||||||
<FilesMatch ".+\.(css|scss|js|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html)$">
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<add fileExtension=".css" allowed="true" />
|
<add fileExtension=".css" allowed="true" />
|
||||||
<add fileExtension=".scss" allowed="true" />
|
<add fileExtension=".scss" allowed="true" />
|
||||||
<add fileExtension=".js" allowed="true" />
|
<add fileExtension=".js" allowed="true" />
|
||||||
|
<add fileExtension=".map" allowed="true" />
|
||||||
<add fileExtension=".png" allowed="true" />
|
<add fileExtension=".png" allowed="true" />
|
||||||
<add fileExtension=".bmp" allowed="true" />
|
<add fileExtension=".bmp" allowed="true" />
|
||||||
<add fileExtension=".gif" allowed="true" />
|
<add fileExtension=".gif" allowed="true" />
|
||||||
|
|||||||
@@ -3081,7 +3081,7 @@ EOF;
|
|||||||
# Apache 2.4
|
# Apache 2.4
|
||||||
<ifModule mod_authz_core.c>
|
<ifModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
<FilesMatch ".+\.(css|scss|js|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html|php)$">
|
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html|php)$">
|
||||||
Require all granted
|
Require all granted
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</ifModule>
|
</ifModule>
|
||||||
@@ -3090,7 +3090,7 @@ Require all denied
|
|||||||
<ifModule !mod_authz_core.c>
|
<ifModule !mod_authz_core.c>
|
||||||
deny from all
|
deny from all
|
||||||
Satisfy All
|
Satisfy All
|
||||||
<FilesMatch ".+\.(css|scss|js|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html|php)$">
|
<FilesMatch ".+\.(css|scss|js|map|png|bmp|gif|jpe?g|svg|tiff|woff2?|ttf|eot|html|php)$">
|
||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
@@ -3127,6 +3127,7 @@ EOF;
|
|||||||
<add fileExtension=".css" allowed="true" />
|
<add fileExtension=".css" allowed="true" />
|
||||||
<add fileExtension=".scss" allowed="true" />
|
<add fileExtension=".scss" allowed="true" />
|
||||||
<add fileExtension=".js" allowed="true" />
|
<add fileExtension=".js" allowed="true" />
|
||||||
|
<add fileExtension=".map" allowed="true" />
|
||||||
<add fileExtension=".png" allowed="true" />
|
<add fileExtension=".png" allowed="true" />
|
||||||
<add fileExtension=".bmp" allowed="true" />
|
<add fileExtension=".bmp" allowed="true" />
|
||||||
<add fileExtension=".gif" allowed="true" />
|
<add fileExtension=".gif" allowed="true" />
|
||||||
|
|||||||
Reference in New Issue
Block a user