tor-browser

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

index.html (812B)


      1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      2   - License, v. 2.0. If a copy of the MPL was not distributed with this
      3   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 <!doctype html>
      5 <html dir="">
      6  <head>
      7    <meta
      8      http-equiv="Content-Security-Policy"
      9      content="default-src chrome: resource:; img-src chrome: resource: data:; style-src chrome: 'unsafe-inline';"
     10    />
     11    <link
     12      rel="stylesheet"
     13      href="chrome://devtools/content/netmonitor/src/assets/styles/netmonitor.css"
     14    />
     15    <script src="chrome://devtools/content/shared/theme-switching.js"></script>
     16  </head>
     17  <body class="theme-body" role="application">
     18    <div id="mount"></div>
     19    <script src="resource://devtools/client/netmonitor/initializer.js"></script>
     20  </body>
     21 </html>