Snippet #7: OWASP Useful HTTP Headers
If you develop and deploy web applications then security is on your mind. When I want to understand a web security topic I go to OWASP.org, a community dedicated to enabling the world to create trus...
Published Jun 11, 2015
Version 1.0Johnny_Schmidt_
Historic F5 Account
Joined April 18, 2011
Johnny_Schmidt_
Historic F5 Account
Joined April 18, 2011
Johnny_Schmidt_
Sep 14, 2015Historic F5 Account
This is for LineRate, a software-only product that is completely separate from BIG-IP. iRules is a technology included in BIG-IP, separate from LineRate.
That said, the following iRules commands do provide essentially the same functionality as above:
when HTTP_RESPONSE {
HTTP::header insert X-Frame-Options deny
HTTP::header insert X-XSS-Protection 1; mode=block
HTTP::header insert X-Content-Type-Options nosniff
}