tor-browser

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

file_path_matching_incl_query.html (304B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <title>Bug 1147026 - CSP should ignore query string when checking a resource load</title>
      5  </head>
      6  <body>
      7  <div id="testdiv">blocked</div>
      8  <script src="http://test1.example.com/tests/dom/security/test/csp/file_path_matching.js?val=foo"></script>
      9 </body>
     10 </html>