chromium-extension-privacybadger.changelog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. Privacy Badger Release Notes
  2. ============================
  3. 2020.10.7
  4. * Disabled learning (by default) to address privacy concerns.
  5. Visit https://www.eff.org/badger-evolution to learn more.
  6. * Added support for Global Privacy Control, a new specification that
  7. lets you tell companies you'd like to opt out of data sharing and selling.
  8. Visit https://globalprivacycontrol.org/ to learn more.
  9. * Added a new section to the options page to display the browser settings
  10. that Privacy Badger overrides for privacy reasons
  11. * Fixed various site breakages
  12. * Improved translations (Simplified Chinese, Dutch, Finnish, Hebrew, Italian,
  13. Russian, Spanish, Ukrainian)
  14. 2020.8.25
  15. * Added a button to widget replacements to always allow a widget on a site
  16. * Improved scrolling of tracking domains on the options page
  17. * Fixed various site breakages
  18. * Improved translations (Simplified Chinese, Traditional Chinese, Esperanto,
  19. Finnish, French, Polish, Brazilian Portuguese, Russian, Spanish, Swedish)
  20. 2020.7.21
  21. * Improved broken site reporting screen in the popup
  22. * Refreshed the look of options page tabs
  23. * Fixed various site breakages
  24. * Improved translations (Simplified Chinese, Danish, European Portuguese,
  25. Spanish, Turkish)
  26. 2020.6.29
  27. * Added replacement placeholder for Disqus comments widgets
  28. * Fixed domain sliders on the options page not saving in some cases
  29. * Fixed slider changes on the options page resetting the list of domains,
  30. causing you to lose your place if you were scrolled down
  31. * Fixed domain slider tooltip display
  32. * Re-enabled custom tooltips in Firefox
  33. * Fixed various site breakages
  34. * Improved translations (Esperanto, Hebrew, Ukrainian)
  35. 2020.6.2
  36. * Added replacement placeholders for Facebook Comments/Video and Twitch Player
  37. * Removed Twitter link unwrapping. We are unable to unwrap t.co links
  38. on Twitter at this time, as the original URL is no longer present
  39. in the Twitter website's document structure.
  40. * Fixed various site breakages
  41. * Improved translations (Hebrew, Polish, Swedish)
  42. 2020.5.12
  43. * Made buttons in the popup easier to see and click (or tap, on Firefox for
  44. Android)
  45. * Added a replacement placeholder widget for Google reCAPTCHA
  46. * Fixed various site breakages
  47. * Improved translations (Simplified Chinese, Dutch, Finnish, French, German,
  48. Hebrew, Italian, Brazilian Portuguese, Spanish, Swedish, Turkish)
  49. 2020.2.19
  50. * Added website breakage warnings, shown in the popup when you block a domain
  51. known to break websites
  52. * Removed pixel cookie sharing detection pending security fixes
  53. * Fixed various site breakages
  54. * Improved translations (Catalan, Simplified Chinese, Danish, Dutch, German,
  55. Russian)
  56. 2020.1.13
  57. * Fixed bug that sometimes loses pre-trained data for new users
  58. * Fixed various site breakages
  59. 2020.1.7.1
  60. * Added helpful text to popup on disabled sites
  61. * Fixed display issues in popup on smaller displays
  62. * Fixed Facebook link unwrapping on messenger.com
  63. * Fixed some cookies getting incorrectly flagged as high entropy
  64. * Fixed various site breakages
  65. * Improved translations (Simplified Chinese, Traditional Chinese, French,
  66. Hebrew, Italian, Korean, Russian, Spanish, Swedish, Ukrainian)
  67. 2019.11.18
  68. * Improved display of domains Privacy Badger hasn't yet learned to block
  69. * Fixed export/import of the WebRTC protection setting
  70. * Fixed certain YouTube ("video unavailable"), Vimeo ("Because of its privacy
  71. settings, this video cannot be played here"), and other video players
  72. by revising referrer protection for "cookieblocked" domains
  73. * Fixed various other site breakages
  74. * Added Korean translations
  75. * Improved translations (Finnish, French, Hebrew, Swedish)
  76. 2019.10.28
  77. * Refreshed the popup with a higher-contrast look
  78. * Widget placeholders will no longer be applied for domains on the yellowlist.
  79. The value of widget placeholders is full blocking (best privacy) combined with
  80. a clear way to restore potentially useful blocked content (convenience).
  81. Mixing cookie blocking and placeholders doesn't actually improve privacy or
  82. convenience but does introduce various bugs.
  83. * Added a replacement placeholder for YouTube (disabled by default as youtube.com
  84. is still on the yellowlist for now)
  85. * Added the Widget Replacement tab to the options page to manage widgets that
  86. do get blocked and replaced with Privacy Badger placeholders. Visit Widget
  87. Replacement to selectively disable placeholders. For example, you want social
  88. buttons out of your life completely.
  89. * Fixed various site breakages
  90. * Added Hebrew translations
  91. * Improved translations (Italian, Russian, Ukrainian)
  92. 2019.10.8
  93. * Fixed image/video thumbnails in Google search results
  94. * Fixed various other site breakages
  95. * Removed the green "0" tracker count badge.
  96. No need to draw attention when there is nothing to show.
  97. * Improved translations (Simplified Chinese, Ukrainian)
  98. 2019.9.23
  99. * Added helpful text to popup on special browser pages like the New Tab page
  100. * Fixed pixel cookie sharing detection being broken by First-Party Isolation
  101. in Firefox
  102. * Fixed major issues with Service Workers-powered sites like Gmail and Twitter
  103. * Fixed various other site breakages
  104. * Improved translations (Simplified Chinese, French, Spanish, Swedish,
  105. Turkish, Ukrainian)
  106. 2019.7.1
  107. * Added pixel cookie sharing detection. Privacy Badger now records
  108. tracking by images with querystrings that contain first-party cookie data.
  109. This catches Google Analytics.
  110. * Removed display of non-tracking domains from the popup by default.
  111. Hiding domains that Privacy Badger does not consider to be tracking
  112. should reduce self-inflicted Web breakage.
  113. * Enabled Facebook link unwrapping on messenger.com
  114. * Fixed various site breakages
  115. * Added Catalan translations
  116. * Improved translations (Bulgarian, Traditional Chinese, Persian,
  117. Brazilian Portuguese, European Portuguese, Swedish, Ukrainian)
  118. 2019.2.19
  119. * Improved replacement widgets:
  120. - Replaced the "play" icon with an "allow once" button to improve
  121. accessibility and to make it more clear our widgets are interactive
  122. - Made activation also activate any other widgets of the same type
  123. - Updated the replacement for Vimeo to ignore background videos
  124. - Set minimum dimensions to avoid becoming too small or hidden
  125. * Fixed various site breakages
  126. 2019.1.30
  127. * Added replacement widgets for embedded Spotify, Streamable and Vimeo
  128. players. Privacy Badger can replace potentially useful third-party widgets
  129. with placeholders. This avoids on-by-default tracking while providing a clear
  130. way to restore the original widget on demand.
  131. * Fixed various site breakages
  132. * Added Arabic and European Portuguese translations
  133. * Improved translations (Traditional Chinese, Czech, German, Persian, Swedish,
  134. Turkish)
  135. 2018.12.17
  136. * Fixed major Privacy Badger breakages in Chrome 72+
  137. * Fixed various site breakages
  138. * Improved translations (Simplified Chinese, Spanish, Turkish)
  139. 2018.12.5
  140. * Added a Share button to the popup. This lets you easily copy and paste
  141. Badger's findings on any page.
  142. * Updated link protection to work on all Google Search country domains
  143. * Updated link protection on Facebook to remove the new "fbclid" tracking
  144. parameter
  145. * Added support for enterprise/admin/group policy settings overrides. This
  146. lets administrators preconfigure Privacy Badger installations. For more
  147. information, please visit
  148. https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md
  149. * Fixed various bugs with local storage protection for "cookieblocked" (slider
  150. set to "yellow") domains
  151. * Made the options page work better on small and on large displays
  152. * Fixed various site breakages
  153. * Improved translations (Simplified Chinese, Dutch, Esperanto, Finnish,
  154. German, Italian, Persian, Polish, Spanish, Swedish)
  155. 2018.10.3.1
  156. * Fixed style problems with Google Search results
  157. * Fixed the setting to open results in new browser windows on Google Search
  158. 2018.10.3
  159. * Added protection against outgoing link click tracking on Google Search,
  160. Google Docs and Google Hangouts
  161. * Fixed various site breakages
  162. * Added Finnish translations
  163. * Improved translations (Simplified Chinese)
  164. 2018.9.20
  165. * Added buttons to back up and restore the disabled sites list using
  166. Firefox/Google Sync. The new buttons live under the Manage Data tab
  167. on the options page.
  168. * Added saving of in-progress error reports so that you no longer lose
  169. your typing when you close the popup for whatever reason
  170. * Fixed popup layout problems when opened in the overflow menu in Firefox
  171. * Updated popup and options to use a higher resolution Badger logo on higher
  172. pixel density displays
  173. * Fixed problems with broken fonts and images on Google Docs
  174. * Improved translations (Traditional Chinese, French, German,
  175. Brazilian Portuguese, Russian, Spanish, Swedish, Turkish)
  176. 2018.8.22
  177. * Added pre-trained tracker data for new Privacy Badger installations.
  178. Visit www.eff.org/badger-pretraining to learn more.
  179. * Added reset/clear tracker data buttons to the Manage Data options page tab
  180. * Fixed various site breakages
  181. * Added Persian and Brazilian Portuguese translations
  182. * Improved translations (Simplified Chinese, Danish, Esperanto, French,
  183. German, Italian, Norwegian Bokmål, Spanish, Swedish)
  184. 2018.8.1
  185. * Fixed security issues with HTML5 local storage tracking detection as well as
  186. SoundCloud widget replacement. Thanks again to Cure53 for discovering and
  187. reporting these vulnerabilities.
  188. * Improved Facebook link unwrapping; now enabled on the Facebook Onion domain
  189. * Improved translations (Italian, Norwegian Bokmål, Swedish, Ukrainian)
  190. 2018.7.18.1
  191. * Added setting to disable sending Do Not Track to websites
  192. * Fixed security issue with link unwrapping on Facebook. Thanks to Cure53 for
  193. discovering and reporting this vulnerability.
  194. * Improved ordering of domain names in the popup and on the options page
  195. * Improved handling of disabled sites with wildcards
  196. * Added t.co link replacement to user profiles on Twitter
  197. * Linked to EFF software privacy policy from the new user welcome page
  198. * Updated to latest dummy Google Tag Manager script from uBlock Origin
  199. to avoid "failed to redirect a network request" warnings in Chrome
  200. * Fixed various site breakages
  201. * Improved translations (Simplified Chinese, Dutch, Esperanto, German,
  202. Russian, Swedish, Turkish)
  203. 2018.5.10
  204. * Added protection against outgoing link click tracking on Facebook
  205. * Updated WebRTC protection to revert to browser default (off) when disabled
  206. * Fixed popup in the Italian locale in Chrome
  207. * Updated to latest dummy Google Analytics script from uBlock Origin
  208. to avoid "failed to redirect a network request" warnings in Chrome
  209. * Fixed various site breakages
  210. * Improved translations (Traditional Chinese, Danish, Dutch, Esperanto,
  211. French, German, Italian, Polish, Russian, Swedish, Ukrainian)
  212. 2018.4.23
  213. * Fixed changes not being persisted for domains that appear after scrolling
  214. the tracking domains list on the options page
  215. * Improved tracking domains search on the options page
  216. * Fixed "can't access dead object" errors in Firefox
  217. * Fixed XML document rendering in Firefox
  218. * Updated WebRTC protection checkbox to become disabled when the setting is
  219. controlled by other extensions
  220. * Fixed various site breakages
  221. * Improved translations (Traditional Chinese, Czech, Danish, Esperanto,
  222. French, German, Italian, Polish, Russian, Swedish, Turkish, Ukrainian)
  223. 2018.4.10
  224. * Updated the new user welcome page. The redesigned page is mobile-friendly,
  225. accessible and already translated into several languages.
  226. * Fixed Do Not Track being checked sometimes in Private Browsing/Incognito
  227. windows. By default, Privacy Badger should not record anything in Incognito.
  228. * Added setting to allow learning in Private Browsing/Incognito windows
  229. * Fixed unwanted scrolling when switching tabs on the options page
  230. * Updated replacement icon for Google+
  231. * Fixed various site breakages
  232. * Improved translations (Bulgarian, Simplified Chinese, Traditional Chinese,
  233. Danish, Esperanto, French, German, Italian, Polish, Russian, Spanish,
  234. Ukrainian)
  235. 2018.3.21
  236. * Fixed Do Not Track not being recognized by sites that test for it by
  237. checking navigator.doNotTrack with JavaScript
  238. * Stopped signaling DNT on sites where Privacy Badger is disabled
  239. * Fixed popup in Private Browsing windows in Firefox
  240. * Fixed certain kinds of site breakages (such as visual issues with charts)
  241. not going away even after disabling Privacy Badger on the site
  242. * Updated to latest dummy Google Tag Manager script from uBlock Origin to
  243. avoid "failed to redirect a network request" warnings in Chrome
  244. * Fixed various site breakages
  245. * Improved translations (Bulgarian, Traditional Chinese, German, Italian,
  246. Swedish)
  247. 2018.2.5
  248. * Added type/status filters to the tracking domains list on the options page
  249. * Reworked social widget replacement to avoid WebExtensions fingerprintability
  250. issue in Firefox
  251. * New translations (Turkish)
  252. * Improved translations (Danish, Esperanto, French, German, Polish, Swedish,
  253. Ukrainian)
  254. 2018.1.30
  255. * Removed the "unlimitedStorage" permission from the manifest
  256. * Changed the tracker count badge color from red to "Privacy Badger orange"
  257. 2018.1.25
  258. * Added workaround to avoid Privacy Badger getting disabled as "Not from
  259. Chrome Web Store" in Chrome
  260. 2018.1.22
  261. * Reduced amount of data stored as part of normal operation. Privacy Badger
  262. will no longer record (or check Do Not Track policies for) non-tracking
  263. domains. This should enable us to remove the "unlimitedStorage" permission
  264. with the next Badger update.
  265. * Improved tracker detection status summaries in popup and options
  266. * Added explanatory acknowledgement to Tracking Domains options page tab
  267. * Fixed file download dialog not showing when exporting user data in Firefox
  268. * Removed tutorial reminder link from popup when already on tutorial page
  269. * Removed "Requests to the server have been blocked by an extension" messages
  270. in Chrome and Opera
  271. * Fixed style issue with replacement social widgets
  272. * Fixed error reporting on pages where Privacy Badger has been disabled
  273. * Fixed various site breakages
  274. * Improved translations (Bulgarian, Danish, Esperanto, French, German,
  275. Italian, Polish, Russian, Spanish, Swedish, Ukrainian)
  276. 2017.11.20
  277. * Disabled custom tooltips in Firefox to work around browser freezing issues
  278. * Added validation to the disabled sites form
  279. * Improved translations (Dutch, Esperanto and German)
  280. * Added Bulgarian and Polish translations
  281. 2017.11.9
  282. * Fixed various site breakages
  283. * Improved translations (French, Serbian and Ukrainian)
  284. * Added Esperanto translation
  285. 2017.10.25.1
  286. * Reverted manifest file change preventing upload to Chrome Web Store
  287. 2017.10.25
  288. * Added Beta support for Firefox for Android
  289. * Updated popup to close after doing anything that reloads the page
  290. * Improved handling of long domain names
  291. * Improved tooltips
  292. * Restored canvas fingerprinting detection to Firefox
  293. * Fixed yellowlist updates not getting applied when importing Badger data
  294. * Updated to latest dummy Google Analytics script from uBlock Origin
  295. to avoid "failed to redirect a network request" warnings in Chrome
  296. * Fixed various site breakages
  297. * Improved translations (Danish, French, German, Italian, Swedish)
  298. 2017.9.12.1
  299. * Fixed build script issue that reintroduced major site breakages on Firefox
  300. 2017.9.12
  301. * Fixed DNT policy checking for blocked domains
  302. * Fixed exporting large Badger datasets
  303. * Made progress on Firefox for Android compatibility
  304. * Fixed various site breakages
  305. * Improved badge updating performance
  306. * Improved translations (Czech, Italian, Swedish, Ukrainian)
  307. * Added Danish translation
  308. 2017.7.24
  309. * Added validation to yellowlist (f.k.a. "cookieblock list") updating
  310. * Removed faulty yellowlist domain removal logic, which, together with missing
  311. validation and eff.org serving a maintenance page instead of the actual
  312. yellowlist, resulted in major breakages all across the Web, something this
  313. update should prevent from happening ever again
  314. * Fixed various site breakages
  315. * Improved translations (Swedish)
  316. 2017.6.13.1
  317. * Added workaround for validation issue preventing upload to Chrome Web Store
  318. * Fixed chrome.privacy-related exceptions in Firefox 54
  319. 2017.6.13
  320. * Added automatic replacement of t.co shortened tracking URLs with original
  321. unobfuscated URLs on twitter.com
  322. * Added option to disable Do Not Track policy checking
  323. * Restricted DNT policy checking from sending cookies
  324. * Fixed tooltips for DNT-compliant domains in popup
  325. * Fixed localStorage tracking sometimes being attributed to unrelated domains
  326. * Improved translations (Swedish, Ukrainian)
  327. 2017.5.9
  328. * Improved popup rendering
  329. * Added version number to popup
  330. * Restricted Do Not Track policy checking from being able to set cookies
  331. * Fixed several cookie parsing issues
  332. * Added workaround for Cloudflare security cookies
  333. * Improved translations (Simplified Chinese, Swedish, Ukrainian)
  334. 2017.4.19.1
  335. * Rework DNT policy rechecking to only happen during browsing. Eliminates
  336. needless rechecking of unlikely-to-be-visited-again domains. Should further
  337. mitigate CPU issues.
  338. * Fix DNT policies to only apply to specific domains they are posted on
  339. * New translations (Ukrainian)
  340. * Improved translations (Simplified Chinese, Italian)
  341. * Fix "trackers" link on popup and options pages
  342. * Fix broken site (sharepoint.com)
  343. 2017.3.28
  344. * New Translations (Czech)
  345. * Translation Updates
  346. * Fix bug in DNT policy re-checking code
  347. * Rate limit DNT checking to one request per second
  348. * Fix issue with multiple DNT checks at once for a single domain
  349. * Fix cookieblock updating issue
  350. * Fix popup width issue
  351. * Fix DNT hash updating issue
  352. * Fix toggle switch issue
  353. * Automated tests now also run on Firefox
  354. * Other minor bugfixes and broken site fixes
  355. 2017.3.22
  356. * AMO (Firefox) only release.
  357. * Fix cookie tracking detection in Firefox.
  358. 2017.1.26.1
  359. * AMO only release
  360. * Fixes an error in the build scripts which reintroduced a firefox bug for AMO users
  361. 2017.1.26
  362. * Huge speed improvements for settings import and on startup
  363. * Fixes no content blocking bug (firefox)
  364. * Several fixes for broken websites
  365. * Translations fixes
  366. * New Translation: Nordic
  367. * New Translation: Traditional Chineese (Taiwan)
  368. * New Translation: Serbian
  369. * Bugfix: Crash on browsers without WebRTC
  370. * Bugfix: narrow poup if icon is in the menu (firefox)
  371. * Bugfix: Import/Export now uses utf-8 and can handle non english character
  372. sets
  373. * Enhancement: Convert icons to SVG
  374. * Enhancement: Script surrogate for google analytics, gigya, and more...
  375. * KNOWN ISSUE: Chrome will now display a message "Not downloaded from chrome
  376. 2016.12.15.1 (2.0.2)
  377. * BUGFIX: Chrome browsers no longer display privacy badger as (corrupted)
  378. * BUGFIX: Fixes lockup issue on some versions of firefox
  379. * BUGFIX: Fixes issue where privacy badger panel gets cut off
  380. * BUGFIX: Fixes a non implmeneted API in firefox which was causing numerous
  381. sites to break.
  382. * KNOWN ISSUE: Chrome will now display a message "Not downloaded from chrome
  383. store". This is a known side effect of a workaround for a different bug.
  384. 2016.12.8.1 (2.0.1)
  385. * BUGFIX: Sanitize origin and action in popup
  386. 2016.12.8 (2.0)
  387. * BUGFIX: Fix ublock origin warnings
  388. * BUGFIX: Remove need for download permission
  389. 2016.12.7.2 (2.0RC1)
  390. * Huge speed improvements
  391. * Multiprocess Compatible (E10S) for firefox
  392. * Breaks many fewer websites
  393. * Many small bugfixes
  394. * Import and Export your data
  395. * Block WebRTC from leaking your IP address
  396. * Forget data in incognito mode
  397. * block html5 "ping" tracking
  398. * Translation fixes
  399. * (Developers) Firefox and Chrome versions now share one code base!
  400. 2016.9.7 (1.13)
  401. * Add exceptions for multi domain first parties
  402. * Fix google drive download issue
  403. * Fix wikipedia login issue
  404. * Fix youtube comments and notifications issues
  405. * Several other broken site fixes
  406. * Hopefully a fix for the "corrupted extension" issue
  407. 2016.8.29 (1.12)
  408. * UI Tweaks
  409. * Remove last adblock plus code
  410. * Feature: remove domains from list
  411. * Refactor incognito mode handling
  412. * Compatibile with firefox web extensions
  413. 2016.5.24 (1.11)
  414. * Fix build error
  415. 2016.5.23 (1.10)
  416. * Fix cookie block list adding bug
  417. * New migration to fix bug retroactively
  418. 2016.5.16 (1.9)
  419. * Remove Adblock Plus Engine
  420. * Switch to using storage.js and chrome storage API
  421. * Massive refactoring of code
  422. * Huge speed improvements
  423. * Fixes bug where privacy badger "forgets" settings
  424. * Fixes first run tab opening on every startup
  425. * Fix waiting for privacy badger bug
  426. * Fix high CPU usage bug
  427. * Uses separate data store for incognito mode
  428. * Ads selenium test to run pbtest.org sweet
  429. * Fixes weird subdomain handling edge case
  430. * Fixes bug where pages stop loading sometimes
  431. 2015.4.6 (1.8)
  432. * Fix "waiting for privacy badger bug"
  433. * Huge speed improvement
  434. 2015.4.6 (1.7)
  435. * Fix crash when closing options page
  436. * Add EFF Donate Button
  437. * New popup to nag user to go through tutorial
  438. 2015.3.2 (1.0.6)
  439. * New feature: Search within blocked domain list
  440. * Replace soundcloud widget with a click to play button
  441. * Misc. bug fixes and translation improvements
  442. 2015.12.3 (1.0.4)
  443. * Lots of site bug fixes
  444. * Chinese Translation
  445. * Spanish Translation
  446. * italian translation
  447. * UI Overhaul
  448. * Update Swedish locale
  449. * Typo fixes
  450. * Numerous bug fixes
  451. * Added support for disabled sites with wildcards
  452. * Red badge now reflects the number of domains blocked or cookieblocked
  453. instead of all third parties.
  454. * Tooltips show full domain name
  455. 2015.8.14 (1.0.1)
  456. * Fixes a bug where slider settings for a base domain wouldn't take effect
  457. * Fixes 'this extension is slowing down chrome' errors
  458. 2015.8.5 (1.0)
  459. * 1.0 release
  460. * Bugfixes from 2015.7.24 (0.99)
  461. * Detects Canvas Fingerprinting
  462. * Detect Local Storage Supercookies
  463. * Improved UI
  464. * Options page for overriding privacy badger settings
  465. * Report Broken Site button
  466. * Many Bugfixes (see github)
  467. * Translations into swedish, french and german
  468. 2015.7.24 (0.99)
  469. * Release candidate for version 1.0!
  470. 2015.4.1
  471. * Miscellanious bugfixes
  472. * Improvements to heuristic
  473. 2014.9.16
  474. * Adds lots of tests including selenium tests.
  475. * Adds lots of domains to the cookie block list.
  476. * Fixes bug with downloading cookie block list.
  477. * Fixes other minor stylistic bugs.
  478. 2014.7.17
  479. * Created dialog to allow users to unblock certain third parties on certain
  480. * sites for addedd functionality. E.g. disqus comments, facebook comments, etc.
  481. * Added lots of domains to cookie block list.
  482. * do not show domains that do not appear to be trackers in the popup
  483. * added missing google+ button override