From 57e398e7d4f353b245598797aa214a3bccdee760 Mon Sep 17 00:00:00 2001 From: Roland Rusch Date: Wed, 19 Jul 2023 14:04:38 +0200 Subject: [PATCH 1/3] #9 .htaccess verbietet den Download der woff, woff2 und js.map files --- www/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/.htaccess b/www/.htaccess index a44f53cb..fb47d422 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -4,7 +4,7 @@ Options -Indexes # Deny access to all *.php Order deny,allow Allow from all - + Order Allow,Deny Allow from all From 5b49171a74e1272b6443a274521a59add2b3b9f7 Mon Sep 17 00:00:00 2001 From: Roland Rusch Date: Wed, 19 Jul 2023 20:51:31 +0200 Subject: [PATCH 2/3] Update .htaccess --- www/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/.htaccess b/www/.htaccess index fb47d422..5f02b46b 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -4,7 +4,7 @@ Options -Indexes # Deny access to all *.php Order deny,allow Allow from all - + Order Allow,Deny Allow from all From 81e2cdb222fbc5855788834e60c7a3a93066d51c Mon Sep 17 00:00:00 2001 From: Roland Rusch Date: Wed, 19 Jul 2023 21:25:31 +0200 Subject: [PATCH 3/3] #9 .htaccess verbietet den Download der woff, woff2 und js.map files --- phpwf/plugins/class.acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpwf/plugins/class.acl.php b/phpwf/plugins/class.acl.php index f34a6dab..2a80631e 100644 --- a/phpwf/plugins/class.acl.php +++ b/phpwf/plugins/class.acl.php @@ -1252,7 +1252,7 @@ Options -Indexes # Deny access to all *.php Order deny,allow Allow from all - + Order Allow,Deny Allow from all