tor-browser

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

permissions-policy-allowedfeatures.html (134B)


      1 <script>
      2 'use strict';
      3 
      4 window.onload = function() {
      5  parent.postMessage(document.featurePolicy.allowedFeatures(), '*');
      6 }
      7 </script>