Hello.
We want to use Custom Pages to block some countries. But our application is used in iframe.
In the response from the server when I try to open a page from a blocked country. I am getting the x-frame-options: SAMEORIGIN
header.
I know that I can control the headers for the Worker. But can I do this for Custom Pages? Is there some way to disable this header?
Thank you