prevents reading composer related json file

pull/67/head
Daniël Klabbers 5 years ago committed by GitHub
parent 7fc74eb36c
commit adada6456f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@
# Uncomment the following lines if you are not using a `public` directory # Uncomment the following lines if you are not using a `public` directory
# to prevent sensitive resources from being exposed. # to prevent sensitive resources from being exposed.
# RewriteRule /\.git / [F,L] # RewriteRule /\.git / [F,L]
# RewriteRule ^auth\.json$ / [F,L]
# RewriteRule ^composer\.(lock|json)$ / [F,L] # RewriteRule ^composer\.(lock|json)$ / [F,L]
# RewriteRule ^config.php$ / [F,L] # RewriteRule ^config.php$ / [F,L]
# RewriteRule ^flarum$ / [F,L] # RewriteRule ^flarum$ / [F,L]

Loading…
Cancel
Save