First Push

This commit is contained in:
2024-10-30 03:36:22 -04:00
parent be3757b98c
commit 50ca3ff423
10 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
$HTTP["url"] =~ "^/admin/" {
# Allow using Pi-Hole admin in iframes (eg, for Home Assistant)
setenv.set-response-header += (
"X-Frame-Options" => "Allow"
)
}