Forum Discussion
ASM: Need to add HTTP security headers for response and blocking pages
Hi there,
We are needing to turn on security headers for ASM response and blocking pages. There is a KB (K25232031 ) that mentions it being enabled by default for version 16.0.0.
We are running a prior version. Does anyone know if this is possible on earlier versions?
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
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com