Report this

What is the reason for this report?

I followed this to configure self signed certificate on Apache https://tinyurl.com/zl56teq. I get the "Load denied by X-Frame-Options"

Posted on August 24, 2017

Load denied by X-Frame-Options: https://xxxxxxxxxx/get_data.php?action=71&productid=1&fee=[{"feeid":"1","feename":"SIL PESA PF"}]&valfutureinterest=1&valaccrueinterest=1&valallowloantopup=0&valpercentageoftopuploanpaid=0 does not permit framing

SecurityError: Permission denied to access property “document” on cross-origin object



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I also have this warning: Strict-Transport-Security: The connection to the site is untrustworthy, so the specified header was ignored.

I sorted this one out! On the step to edit the /etc/apache2/conf-available/ssl-params.conf

Just changed from Header always set X-Frame-Options DENY to Header always set X-Frame-Options: " ALLOW-FROM https:// …"

worked fine!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.