Setting Response headers in Webspeed

Can anyone advise me on how to set Response Headers in Webspeed? I have an application with an iFrame that is getting blocked because it violates the Content Security Policy Directive.

I'm trying to change the Content-Security-Policy response header - is there a configuration file that I need to modify to set the correct policy?

Thanks for your advice and help.

-Dan
 

Stefan

Well-Known Member
More specifically: output-http-header

Also be aware that if you are still supporting Internet Explorer that you will need to set X-Content-Security-Policy instead of Content-Security-Policy, you can detect the browser using HTTP_USER_AGENT.
 
Last edited:
Top