tor-browser

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

file_leading_wildcard.html (461B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <title>Bug 1032303 - CSP - Keep FULL STOP when matching *.foo.com to disallow loads from foo.com</title>
      5  </head>
      6  <body>
      7  <!-- Please note that both scripts do *not* exist in the file system -->
      8  <script src="http://test1.example.com/tests/dom/security/test/csp/leading_wildcard_allowed.js" ></script>
      9  <script src="http://example.com/tests/dom/security/test/csp/leading_wildcard_blocked.js" ></script>
     10 </body>
     11 </html>