Add a .htaccess restricting access to localhost by default to the check and displaylog plugins, to avoid revealing sensitive information without knowing
This commit is contained in:
parent
d56e34f8f5
commit
56d6a2915c
5
plugins/check/.htaccess
Normal file
5
plugins/check/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
Allow from localhost
|
||||
Allow from 127.0.0.1
|
||||
Allow from ::1
|
5
plugins/displaylog/.htaccess
Normal file
5
plugins/displaylog/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
Allow from localhost
|
||||
Allow from 127.0.0.1
|
||||
Allow from ::1
|
Loading…
Reference in New Issue
Block a user