tor-browser

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

file-prefetch-allowed.html (214B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <!-- CSP directive 'prefetch-src' is not supported via meta tag though -->
      5  <meta http-equiv="Content-Security-Policy" content="prefetch-src 'self'">
      6 </head>
      7 <body>
      8 </body>
      9 </html>