fix: allow remote icon paths in generals

This commit is contained in:
2026-08-07 16:01:32 +00:00
parent f3bf490df3
commit db9c7ea828
4 changed files with 160 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>