tor-browser

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

sxg-subresource-script-inner.js (234B)


      1 // Usually the alternate resource should have the same content as the original
      2 // one (sxg-subresource-script.js), but for now we use differentiated content
      3 // for easy testing.
      4 window.parent.postMessage('from signed exchange', '*');