Fix: Convert 03PovertyMapping from submodule to regular folder

This commit is contained in:
cindy
2026-06-10 19:36:55 +07:00
parent 1a9534757e
commit aed321d490
42 changed files with 11130 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# Mencegah eksekusi file PHP di folder uploads
<FilesMatch "\.(php|php3|php4|php5|phtml|shtml|cgi|pl|py|rb|sh|asp|aspx|cfm|htaccess)$">
Order allow,deny
Deny from all
</FilesMatch>
# Menonaktifkan daftar direktori
Options -Indexes
# Mencegah MIME sniffing
<FilesMatch "\.(jpg|jpeg|png)$">
Header set X-Content-Type-Options "nosniff"
</FilesMatch>
Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB