Firefox Can’t Open This Page
To protect your security, [...] will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window.
This is directly related to the iframe that loads the search results or web pages from the ZIM archive.
If I try to open a tab with the page directly, that works great, but if I try to use the kiwix-serve web app to search for it in the browser, I can't see the search results.
If I serve the zim file directly on a custom port, no nginx, everything works fine.
The problem only occurs when kiwix-serve runs behind an nginx reverse proxy that is SSL-enabled.
I've set up a docker-compose file to serve a zim file:
I've set up an nginx reverse proxy:
Now Firefox says the following:
This is directly related to the iframe that loads the search results or web pages from the ZIM archive. If I try to open a tab with the page directly, that works great, but if I try to use the kiwix-serve web app to search for it in the browser, I can't see the search results.
I've attached some screenshots below:
Screenshots
![firefox-kiwix-search](https://github.com/user-attachments/assets/2493a05c-fce6-4efd-ada3-1890f37736b4) ![chrome-kiwix-search](https://github.com/user-attachments/assets/627cbf58-e2e9-4d1d-a181-43629aec4fb3)