Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Jun 13, 2022
1 parent c3c821c commit 0dd38db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ to modify the headers of a request. According to documentation,
the more recent installed extension is the one that can update
headers, while others will fail.

Compounded to that, Cloudflare will ignore clearance cookies when the
user-agent request does not match the one used when obtaining the
cookie.

### hCaptcha support.

As of version 3.x.x, support for hCaptcha tokens is paused. Only
Expand Down
25 changes: 2 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privacy-pass",
"version": "3.0.2",
"version": "3.0.3",
"contributors": [
"Suphanat Chunhapanya <[email protected]>",
"Armando Faz <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Privacy Pass",
"manifest_version": 2,
"description": "Client support for Privacy Pass anonymous authorization protocol.",
"version": "3.0.2",
"version": "3.0.3",
"icons": {
"32": "icons/32/gold.png",
"48": "icons/48/gold.png",
Expand Down

0 comments on commit 0dd38db

Please sign in to comment.