tor-browser

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

file_frameancestors_userpass.html (406B)


      1 <html>
      2 <head>
      3  <title>CSP frame ancestors tests</title>
      4 </head>
      5 <body>
      6  <tt>Nested Frames</tt><br/>
      7  <iframe src='http://sampleuser:samplepass@mochi.test:8888/tests/dom/security/test/csp/file_frameancestors_userpass_frame_a.html'></iframe><br/>
      8  <iframe src='http://sampleuser:samplepass@example.com/tests/dom/security/test/csp/file_frameancestors_userpass_frame_b.html'></iframe><br/>
      9 </body>
     10 </html>