pipboy96

Results 82 comments of pipboy96

@Hainish Here's the code to test for Tor Browser: ```js function isTorBrowser() { return ( /firefox/i.test(navigator.userAgent) && // Test for presence of anti-fingerprinting features built into Tor Browser // Tor...

There is also the "verifiably secure" implementation that can be verifiably reduced to the mathematical description of Ed25519: https://github.com/project-everest/hacl-star. I am not a developer or contributor to it.

That's unlikely to be possible because of how WebExtensions is working. Same issue exists with uB0 and PB.

Easiest way to reproduce: close all browser windows, make sure the browser is no longer running and run this: `firefox -- http://s3.amazonaws.com/abcd/efgh`. This request should be rewritten by default rulesets,...

~~I'll try making a PR.~~ ~~Currently working.~~ #17746

Nevertheless, I think this feature may be useful, thus not closing the issue.

@Hainish I am working on this right now.