tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test-ineffective-iframe-sandbox-warning3.html (569B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf8">
      5    <title>Bug 752559 - print warning to error console when iframe sandbox
      6            is being used ineffectively (allow-scripts, allow-same-origin)</title>
      7    <!-- Any copyright is dedicated to the Public Domain.
      8            http://creativecommons.org/publicdomain/zero/1.0/ -->
      9  </head>
     10  <body>
     11    <iframe sandbox="allow-scripts allow-same-origin" src="http://www.example.com/browser/devtools/client/webconsole/test/browser/test-ineffective-iframe-sandbox-warning-inner.html"></iframe>
     12  </body>
     13 </html>