First Push
This commit is contained in:
6
config/lighttpd-external.conf
Normal file
6
config/lighttpd-external.conf
Normal 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"
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user