tor-browser

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

csp-script-src-unsafe-inline.html (344B)


      1 <!DOCTYPE html>
      2 
      3 <head>
      4  <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'">
      5 </head>
      6 <script src="/common/utils.js"></script>
      7 <script src="/resources/testharness.js"></script>
      8 <script src="/resources/testharnessreport.js"></script>
      9 <script src="utils.js"></script>
     10 <script src="csp-script-src.js"></script>