For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

gongya's avatar
gongya
Icon for Altocumulus rankAltocumulus
Nov 24, 2021

X-Frame-Options with deny does not block iframe

I have an iRule as follows: when HTTP_RESPONSE {    if {!([HTTP::header exists "X-Frame-Options"])} {        HTTP::header insert X-Frame-Options "DENY"    } }   I expected the following p...