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 4973b1b commit 0fb88eeCopy full SHA for 0fb88ee
2 files changed
doc/Changelog
@@ -1,5 +1,14 @@
1
Changes for Privacy Badger
2
====================================
3
+## 2017.6.13
4
+* Added automatic replacement of t.co shortened tracking URLs with original
5
+unobfuscated URLs on twitter.com
6
+* Added option to disable Do Not Track policy checking
7
+* Restricted DNT policy checking from sending cookies
8
+* Fixed tooltips for DNT-compliant domains in popup
9
+* Fixed localStorage tracking being attributed to unrelated domains sometimes
10
+* Improved translations (Swedish, Ukrainian)
11
+
12
## 2017.5.9
13
* Improved popup rendering
14
* Added version number to popup
src/manifest.json
@@ -1,5 +1,5 @@
{
- "version": "2017.5.9",
+ "version": "2017.6.13",
"author": { "email": "privacybadger-owner@eff.org" },
"applications": {
"gecko": {
0 commit comments