tor-browser

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

html-js-polyglot.js (345B)


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