Forum Discussion
Moinul_Rony
Aug 27, 2013Altostratus
Clickjacking protection with X-Frame options
We have a situation where sites are missing X-Frame Options
How can we return a response header with the name X-Frame-Options and the value DENY to prevent framing altogether, or the value SAMEORIGIN...
Kevin_Stewart
Aug 27, 2013Employee
I'd use a replace:
when HTTP_RESPONSE {
HTTP::header replace X-Frame-Options "SAMEORIGIN"
}
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects