tor-browser

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

file_data_load_inherit_csp.html (258B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Bug 1358009 - Inherit CSP into data URI</title>
      6  <meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'">
      7 </head>
      8 <body>
      9  <a id="testlink">testlink</a>
     10 </body>
     11 </html>