We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1602cae commit 95db46aCopy full SHA for 95db46a
2 files changed
doc/Changelog
@@ -1,5 +1,13 @@
1
Changes for Privacy Badger
2
====================================
3
+## 2017.5.9
4
+* Improved popup rendering
5
+* Added version number to popup
6
+* Restricted Do Not Track policy checking from being able to set cookies
7
+* Fixed several cookie parsing issues
8
+* Added workaround for CloudFlare security cookies
9
+* Improved translations (Simplified Chinese, Swedish, Ukrainian)
10
+
11
## 2017.4.19.1
12
* Rework DNT policy rechecking to only happen during browsing. Eliminates
13
needless rechecking of unlikely-to-be-visited-again domains. Should further
src/manifest.json
@@ -1,5 +1,5 @@
{
- "version": "2017.4.19.1",
+ "version": "2017.5.9",
"author": { "email": "eff.software.projects@gmail.com" },
"applications": {
"gecko": {
0 commit comments