tor-browser

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

file_svg_srcset_inline_style_csp.html (234B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
      6 </head>
      7 <body>
      8  <img srcset="file_svg_inline_style_server.sjs?svg_inline_style_csp&4">
      9 </body>
     10 </html>