From adada6456f210ea5c94a805a39d88fa613a9e4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 21 Apr 2020 15:05:09 +0200 Subject: [PATCH] prevents reading composer related json file --- public/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/public/.htaccess b/public/.htaccess index 4ebf007..0c432b5 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -7,6 +7,7 @@ # Uncomment the following lines if you are not using a `public` directory # to prevent sensitive resources from being exposed. # RewriteRule /\.git / [F,L] + # RewriteRule ^auth\.json$ / [F,L] # RewriteRule ^composer\.(lock|json)$ / [F,L] # RewriteRule ^config.php$ / [F,L] # RewriteRule ^flarum$ / [F,L]