tor-browser

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

test-csp-violation.html (632B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta http-equiv="Content-Security-Policy" content="img-src https://example.com"></meta>
      5  <meta http-equiv="Content-Security-Policy" content="img-src https://example.com"></meta>
      6  <meta charset="UTF-8">
      7  <title>Test for Bug 1247459 - policy violations for header and META are displayed separately</title>
      8 <!-- Any copyright is dedicated to the Public Domain.
      9     http://creativecommons.org/publicdomain/zero/1.0/ -->
     10 </head>
     11 <body>
     12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1247459">Mozilla Bug 1247459</a>
     13 <img src="http://some.example.com/test.png">
     14 </body>
     15 </html>