Files
Pihole-Unbound/config/lighttpd-external.conf
2024-10-30 03:36:22 -04:00

6 lines
184 B
Plaintext

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