Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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

<system.webServer>
  ...
  <httpProtocol>
    <customHeaders>
      <add name="X-Frame-Options" value="SAMEORIGIN" />
    </customHeaders>
  </httpProtocol>
  ...
</system.webServer>
Source by debchy.wordpress.com #
 
PREVIOUS NEXT
Tagged: #Employing #defensive #code #UI #ensure #current #frame #top #level #window
ADD COMMENT
Topic
Name
3+3 =