This commit is contained in:
Yuri Karamian
2026-01-26 11:23:23 +01:00
parent 0fc65148a7
commit e5e50ecbb7
25 changed files with 74 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
# Deny direct access to database files
<FilesMatch "\.(bin|BIN|mmdb|MMDB)$">
Order Allow,Deny
Deny from all
</FilesMatch>
+6
View File
@@ -0,0 +1,6 @@
<?php
/**
* Silence is golden.
*
* @package WP_Security_Pack
*/