Add a .htaccess restricting access to localhost by default to the check and displaylog plugins, to avoid revealing sensitive information without knowing

pull/431/head
Loïc CORBASSON 9 years ago
parent d56e34f8f5
commit 56d6a2915c

@ -0,0 +1,5 @@
Order deny,allow
Deny from all
Allow from localhost
Allow from 127.0.0.1
Allow from ::1

@ -0,0 +1,5 @@
Order deny,allow
Deny from all
Allow from localhost
Allow from 127.0.0.1
Allow from ::1
Loading…
Cancel
Save