tor-browser

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

file_invalid_source_expression.html (420B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <title>Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed</title>
      5  </head>
      6  <body>
      7  <div id="testdiv">blocked</div>
      8  <!-- Note, we reuse file_path_matching.js which only updates the testdiv to 'allowed' if loaded !-->
      9  <script src="http://test1.example.com/tests/dom/security/test/csp/file_path_matching.js"></script>
     10 </body>
     11 </html>