tor-browser

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

sandboxed-features-looser-restriction.sub.html (510B)


      1 <!DOCTYPE html>
      2 <body>
      3 <iframe
      4  src="sandboxed-features-inner.sub.html?key={{GET[key]}}&test_func={{GET[test_func]}}"
      5  sandbox="allow-forms
      6           allow-modals
      7           allow-orientation-lock
      8           allow-pointer-lock
      9           allow-popups
     10           allow-popups-to-escape-sandbox
     11           allow-presentation
     12           allow-same-origin
     13           allow-scripts
     14           allow-top-navigation
     15           allow-top-navigation-by-user-activation
     16           allow-downloads">
     17 </iframe>
     18 
     19 </body>