tor-browser

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

sandboxed-last-directive-csp.html (154B)


      1 <script>
      2  window.parent.postMessage('PASS (1/2): Script can execute', '*');
      3  eval("window.parent.postMessage('PASS (2/2): Eval works', '*')");
      4 </script>