Brief Summary
Add privacy pass as a built in extension to bypass captchas
Details:
The Privacy Pass protocol provides a performant, application-layer mechanism for token creation and anonymous redemption. Servers (Issuers) create and later verify tokens that are redeemed by an ecosystem of clients, such that:
- An Issuer cannot link a redeemed token to one of N previously created tokens using the same key with probability non-negligibly larger than 1/N.
- Clients can verify that a token created by an Issuer corresponds to a committed keypair.
- Tokens are unforgeable.
- The token issuance and redemption mechanisms are efficient.
Reference links:
https://github.com/privacypass/challenge-bypass-extension
https://addons.mozilla.org/en-US/firefox/addon/privacy-pass/
https://privacypass.github.io
https://datatracker.ietf.org/wg/privacypass/about/