tor-browser

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

xhr_empty_datauri.html (250B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait"><meta charset=utf-8>
      3 <script>
      4 var xhr=new XMLHttpRequest();xhr.open("GET","data:,");xhr.responseType='blob';xhr.onloadend=function(){document.documentElement.removeAttribute('class');};xhr.send();
      5 </script>