Releases: jrie/flagCookies
Releases · jrie/flagCookies
1.7.2 - bugfix for 1.7.0
- Bugfix for cookies not being show at all due to Multi-Account-Container support introduction in release 1.7.0 by conversion
Flag Cookies - 1.7.0
- [Firefox] Improved Multi-Account-Container support (Cookie Detection for specific Tab / cookie storeId)
- [Chrome/Opera] Some console log changes for Chrome/Opera to be more generic
- Minor code cleanups
Flag Cookies - 1.6.9
- Resolved cookies being cleared, even if not selected to be handled
Please update to - Flag Cookies 1.6.8
This is a bugfix release.
Some domain cookies have not been displayed anymore, due to retrieval changes in 1.6.7 .
Old style has been re-added additionally to add another detection and removal layer.
Both cases are handled now in removal features.
Flag Cookies 1.6.7
Changelog
- Fixed treatment of www and www-less domain names in cookie clearing and in browser retrieval.
In some cases, this lead to cookies not being displayed appropriately for selection [Thx alpengreis for reporting] - Now internal cookieData for domainURL is iterated to clear out cookies accordingly.
- Resolved issues with missing undefined checks in some cases.
- Removed some debug statements, which had been left over in latest commit.
Flag Cookies 1.6.6
Changelog 1.6.6
- Fixed a behavior that cookies where not displayed at all, when no filter was set
- Added support for Firefox Multi-Account-Containers
Flag Cookies 1.6.5 (and github unreleased 1.6.4)
Changelog 1.6.5
- Corrected how already discovered cookies are checked, to display correct cookies and values in the main view
Changelog 1.6.4
- Cookies are now stored visible for the add on only in memory - because they got deleted when global or auto-flag was enabled, before there was a chance to work with them in the interface
- Changed "display" from "active" to "cookies" - which now display all domain discovered domain cookies due to problems in displaying cookie information, when those have been deleted already
Flag Cookies 1.6.3
Changelog 1.6.3
- Data in log view did get stuck (additional old information were shown) and incorrect count of removed cookies were shown, this is resolved - and should avoid misunderstandings
Flag Cookies 1.6.2 - Active Tab fix
- Changed the way the active tab domain is selected, previously this was done on tab selection, now its based on the active tab instead
- Changed the way the log display and clearings works, which leads to correct results now
- Minor code changes
Flag Cookies 1.6.1 - Important fix
Changelog
1.6.1 introduces the usage of webNavigation - in particular for "onBeforeNavigate" - so tracking cookies are removed, before the actual page is loaded. This seemed not be the case earlier.
Please upgrade as soon as possible!
Also: Minor change, the count of deleted cookies for a tab are shown in the toolbar.