tor-browser

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

file_iframe_sandbox_fail.js (102B)


      1 ok(
      2  false,
      3  "documents sandboxed with allow-scripts should NOT be able to run <script src=...>"
      4 );