tor-browser

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

file_frame_src_frame_governs.html (274B)


      1 <html>
      2 <head>
      3  <meta charset="utf-8">
      4  <meta http-equiv="Content-Security-Policy" content="frame-src https://example.com; child-src 'none'">";
      5 </head>
      6 <body>
      7 <iframe id="testframe"></iframe>
      8 <script type="text/javascript" src="file_frame_src.js"></script>
      9 </body>
     10 </html>