tor-browser

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

test-csp-violation-frame-ancestor-child.html (226B)


      1 <html>
      2      <head>
      3          <title>CSP frame-ancestors Violation Test </title>
      4          <base href="https://evil.com/">
      5      </head>
      6      <body>
      7            <h1> This Should not be Loadable</h1>
      8      </body>
      9    </html>