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...