Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

how to do Employing defensive code in the UI to ensure that the current frame is the most top level window

Protected Sub Application_BeginRequest(sender As [Object], e As EventArgs)
  Response.Headers.Remove("X-Frame-Options")
  Response.AddHeader("X-Frame-Options", "DENY")
 End Sub
Source by debchy.wordpress.com #
 
PREVIOUS NEXT
Tagged: #Employing #defensive #code #UI #ensure #current #frame #top #level #window
ADD COMMENT
Topic
Name
7+5 =