tor-browser

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

csp.xhtml (225B)


      1 <?xml version="1.0" ?>
      2 <?csp default-src 'none'; ?>
      3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      4  <script type="application/javascript"><![CDATA[
      5  alert("foobar");
      6  ]]></script>
      7 </window>