Make a website compatible with Iframe

Hello, I would like to make a website Iframe compatible even though it does not have it by default. I tested the following instructions but it didn’t work for me, Firefox gives me the error SSL_ERROR_INTERNAL_ERROR_ALERT and in HTTP the page is empty!

example.com {
  header >X-Frame-Options "ANY"
  reverse_proxy https://theporndb.net
}

Can you help me make this site Iframe compatible?

SSL_ERROR_INTERNAL_ERROR_ALERT has nothing to do with iframes. This is saying your browser failed to connect over TLS (HTTPS) to your server.

Please fill out the help topic template as per the forum rules. We can’t properly help you otherwise.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.