tor-browser

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

html-js-polyglot2.js (335B)


      1 <!-- comment --> <script type='text/javascript'>
      2 //<![CDATA[
      3 
      4 // This is a regression test for https://crbug.com/839945
      5 // which found out that some script resources are served
      6 // with text/html content-type and with a body that is
      7 // both a valid html and a valid javascript.
      8 window['html-js-polyglot2.js'] = true;
      9 
     10 //]]>--></script>