tor-browser

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

sandbox-mandatory-flags-looser-restriction.sub.html (429B)


      1 <!DOCTYPE html>
      2 <title>Iframe content to load a nested sandboxed iframe with all mandatory allow-* flags</title>
      3 
      4 <body>
      5 <iframe
      6  src="sandbox-mandatory-flags-iframe.sub.html?key={{GET[key]}}&value={{GET[value]}}"
      7  sandbox="allow-same-origin
      8           allow-forms
      9           allow-scripts
     10           allow-popups
     11           allow-popups-to-escape-sandbox
     12           allow-top-navigation-by-user-activation">
     13 </iframe>
     14 </body>