tor-browser

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

opaque-origin2.https.html (190B)


      1 <script>
      2  parent.postMessage(
      3    document.fullscreenEnabled ?
      4      'fullscreen enabled in opaque-origin2.html' :
      5      'fullscreen disabled in opaque-origin2.html',
      6    '*'
      7  );
      8 </script>