tor-browser

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

file_bug1505412_frame.html (363B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 
      4 <head>
      5    <title> Bug 1505412 CSP-RO reports violations in inline-scripts with nonce</title>
      6    <script src="/tests/SimpleTest/SimpleTest.js" nonce="foobar"></script>
      7    <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
      8 
      9 
     10 <body>
     11    <script src="file_bug1505412.sjs" nonce="foobar"></script>
     12 </body>
     13 
     14 </html>