Skip to content

Releases: privacypass/challenge-bypass-extension

Fix URL used with Cloudflare issuance

28 Nov 16:39
99b9055
Compare
Choose a tag to compare

The URL used by Cloudflare for token issuances changed and so Privacy Pass issuance data was no longer included in requests to the Cloudflare network. This release includes a fix that checks for the new URL.

v2.0.3

30 Oct 10:38
4ffa359
Compare
Choose a tag to compare
  • Compatibility fixes for hCaptcha redemption

v2.0.2

25 Oct 21:08
24c1c44
Compare
Choose a tag to compare

Some minor compatibility fixes for HC config

v2.0.0

23 Oct 18:03
Compare
Choose a tag to compare
  • Fixed verification of DLEQ proofs.
  • Build using yarn.
    • Using Jest testing framework for unit/integration tests.
  • Elliptic curve optimizations.
    • Implementation of simplified SWU compliant with draft-irtf-cfrg-hash-to-curve-03.
    • allow client to specify which has-to-curve algorithm to use.
    • allow client to use compressed or uncompressed representations when encoding points.
  • Configuration of workflow using central configuration file (src/ext/config.js).
    • Allows us to specify new workflows for different providers (see hCaptcha).
  • VOPRF key commitments have been moved to external repo.
    • Allows key rotation to be performed separately from extension update.
    • Commitments contain signature which is verified and expiry date.
  • Fixed some minor issues when redirecting in Chrome.
  • Update popup window
    • Allow valid redemption tokens to be logged to console
    • Indicate version in HTML
  • Update manifest version to 2.0.0