tor-browser

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

1547057.html (231B)


      1 <html>
      2 <head>
      3    <script>
      4      function start() {
      5        const iframe = document.createElement('iframe')
      6        iframe.policy.allowedFeatures()
      7      }
      8      window.addEventListener('load', start)
      9    </script>
     10 </head>
     11 </html>