tor-browser

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

benignPage.html (877B)


      1 <!DOCTYPE HTML>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <html dir="ltr" xml:lang="en-US" lang="en-US">
      6  <head>
      7    <meta charset="utf8">
      8  </head>
      9  <body>
     10    <!--TODO: We used to have an iframe here, to double-check that benign-->
     11    <!--iframes may be included in pages. However, the cookie restrictions-->
     12    <!--project introduced a change that declared blockable content to be-->
     13    <!--found on any page that embeds iframes, rendering this unusable for-->
     14    <!--our purposes. That's not ideal and we intend to restore this iframe.-->
     15    <!--(See bug 1511303 for a more detailed technical explanation.)-->
     16    <!--<iframe src="http://not-tracking.example.com/"></iframe>-->
     17  </body>
     18 </html>