Forum Discussion
Hi,
You can add response headers from the "Response and Blocking Pages" settings.
Security > Application Security > Security Policies > Policies List > waf_policy_name > Response and Blocking Pages > Custom Response
K25232031 is interesting, thanks for the link.
About X-XSS-Protection: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
About X-Frame-Options: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-OptionsAdding a simple Content-Security-Policy will be the better way. I do not tested it, but this shoud suffice:
Content-Security-Policy: default-src 'self'; frame-ancestors 'self'
P.S.: I always change the Response Code to 403