From f2fbd8457dad5fc5548cf1a9324fe519cb0217ab Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Mon, 3 Feb 2020 14:33:14 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02498=20-=20Authorize=20`map`=20extension?= =?UTF-8?q?=20so=20as=20`.js.map`=20is=20not=20forbidden=20by=20apache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datamodels/.htaccess | 4 ++-- datamodels/web.config | 1 + extensions/.htaccess | 4 ++-- extensions/web.config | 1 + setup/compiler.class.inc.php | 5 +++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/datamodels/.htaccess b/datamodels/.htaccess index 17ac87ba5..35fe3c9ea 100644 --- a/datamodels/.htaccess +++ b/datamodels/.htaccess @@ -1,7 +1,7 @@ # Apache 2.4 Require all denied - + Require all granted @@ -10,7 +10,7 @@ Require all denied deny from all Satisfy All - + Order Allow,Deny Allow from all diff --git a/datamodels/web.config b/datamodels/web.config index a67d0f2d5..76b4d2472 100644 --- a/datamodels/web.config +++ b/datamodels/web.config @@ -7,6 +7,7 @@ + diff --git a/extensions/.htaccess b/extensions/.htaccess index 17ac87ba5..35fe3c9ea 100644 --- a/extensions/.htaccess +++ b/extensions/.htaccess @@ -1,7 +1,7 @@ # Apache 2.4 Require all denied - + Require all granted @@ -10,7 +10,7 @@ Require all denied deny from all Satisfy All - + Order Allow,Deny Allow from all diff --git a/extensions/web.config b/extensions/web.config index a67d0f2d5..76b4d2472 100644 --- a/extensions/web.config +++ b/extensions/web.config @@ -7,6 +7,7 @@ + diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index 0bd190ef4..240133716 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -3081,7 +3081,7 @@ EOF; # Apache 2.4 Require all denied - + Require all granted @@ -3090,7 +3090,7 @@ Require all denied deny from all Satisfy All - + Order Allow,Deny Allow from all @@ -3127,6 +3127,7 @@ EOF; +