chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.04k stars 270 forks source link

xframe options #199

Closed henkiewie closed 1 year ago

henkiewie commented 1 year ago

The image for pihole is already filled with the /etc/lighthttpd/external.conf for lighthttpd. The content makes it possible to use pihole in iframes. I don't know if this is also the case with the "original" pihole, but in the latest (2023.01.10) this stopped working. 2022.12is still OK.

henkiewie commented 1 year ago

Ok there was a breaking chenge for this. https://github.com/pi-hole/docker-pi-hole/releases/tag/2023.01 So i deleted the /etc/lighthttpd/external.conf and made a new volume/file mapping to /etc/lighttpd/conf-enabled/whateverfile.conf and now its working again with the latest label.