Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

CookieMaster version history - 18 versions

CookieMaster by Craig Miskell

Rated 4.5 out of 5
4.5 Stars out of 5
5
15
4
4
3
0
2
1
1
1
CookieMaster version history - 18 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.2.1

    Released Feb 25, 2021 - 470.58 KB
    Works with firefox 59.0 and later
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Source code released under GNU General Public License v3.0

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.2.0

    Released Feb 13, 2021 - 470.59 KB
    Works with firefox 59.0 and later
    Fixed the third party cookie definition to match the Firefox definition (same base domain => first party, not a simple request vs tab URL check).

    Also adjusted debug logging to report the domains of individual cookies in a request with several cookies (used to report 'undefined')

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.1.5

    Released Apr 18, 2020 - 469.43 KB
    Works with firefox 59.0 and later
    Re-noting 1.1.4 feature changes, as 1.1.5 is just a bug fix.
    Refactor content script injection to be a script tag rather than an inline eval, and add a CSP header (when necessary) to allow that script tag by SHA sum. Still a little bit race-y, but it is currently when waiting for config to load async, so this isn't substantially worse, and in many cases is likely to be better (i.e. sites with proper CSP).
    Override navigator.cookieEnabled to reflect user settings - https://github.com/craigmiskell/cookiemaster/issues/15
    1.1.5:
    Fixes https://github.com/craigmiskell/cookiemaster/issues/18, where attempts to *delete* a cookie by javascript would fail because of an awful bug in my code.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.1.4

    Released Apr 18, 2020 - 469.16 KB
    Works with firefox 59.0 and later
    1. Refactor content script injection to be a script tag rather than an inline eval, and add a CSP header (when necessary) to allow that script tag by SHA sum. Still a little bit race-y, but it is currently when waiting for config to load async, so this isn't substantially worse, and in many cases is likely to be better (i.e. sites with proper CSP).
    2. Override navigator.cookieEnabled to reflect user settings - https://github.com/craigmiskell/cookiemaster/issues/15

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.1.3

    Released Feb 7, 2020 - 465.68 KB
    Works with firefox 59.0 and later
    1. Fix loading of config before trying to use it to do content-script authorisation of javascript cookies. Fixes https://github.com/craigmiskell/cookiemaster/issues/13
    2. Re-add detecting cookie-change events as a last-ditch to deal with CSP blocking content-script injection. Fixes https://github.com/craigmiskell/cookiemaster/issues/12, and necessary to deal with side-effects of fixing issue 13

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.1.2

    Released Jan 25, 2020 - 457.74 KB
    Works with firefox 59.0 and later
    Fixes a fairly bad misbehavior caused when sites set cookies by javascript and then immediately try to read the value back, due to the 'better' javascript cookie handling added in version 1.1.0. Details on https://github.com/craigmiskell/cookiemaster/issues/11 if you're interested
    .
    Sorry about the inconvenience

    NB: v1.1.1 had some debugging left in inadvertently which would pop up an alert box, which v1.1.2 removes. Again, sorry.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.1.1

    Released Jan 25, 2020 - 457.74 KB
    Works with firefox 59.0 and later
    Fixes a fairly bad misbehavior caused when sites set cookies by javascript and then immediately try to read the value back, due to the 'better' javascript cookie handling added in version 1.1.0. Details on https://github.com/craigmiskell/cookiemaster/issues/11 if you're interested.

    Sorry about the inconvenience.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.1.0

    Released Jan 23, 2020 - 456.67 KB
    Works with firefox 59.0 and later
    * Update icons, and badge-like indicators on the main window icon to show if cookies have been blocked or allowed for the current page without opening the popup
    * Better capturing of cookies set by javascript (it was a bit of guess-work before, now it's very reliable)
    * Cookies set/blocked in iframes are now explicitly shown in the popup
    * Backup + restore of configuration now available from settings
    * Added a 'Settings' button in the popup for easier access to the settings page

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.9

    Released Apr 13, 2019 - 343.37 KB
    Works with firefox 59.0 and later
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.8

    Released Mar 10, 2019 - 343.57 KB
    Works with firefox 59.0 and later
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.7

    Released Feb 24, 2019 - 339.52 KB
    Works with firefox 59.0 and later
    Fixed a bug with redirects (particularly noticeable with OAuth and SAML login redirect chains) leading to cookies involved in that process being incorrectly identified as '3rd party' and potentially:
    a) being blocked, and
    b) the popup UI confusingly showing them as 'allowed' but 'blocked'

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.6

    Released Jan 6, 2019 - 339.67 KB
    Works with firefox 59.0 and later
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.5

    Released Dec 1, 2018 - 334.39 KB
    Works with firefox 59.0 and later
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.4

    Released May 13, 2018 - 334.12 KB
    Works with firefox 59.0 and later, android 59.0 and later
    Added warnings in the browser action/popup to alert users if their FF cookie settings are incompatible with the CookieMaster settings in ways that might prove surprising.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.3

    Released Apr 14, 2018 - 222.09 KB
    Works with firefox 42.0 and later, android 48.0 and later
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.2

    Released Mar 26, 2018 - 222.09 KB
    Works with firefox 42.0 and later, android 48.0 and later
    * Use bootstrap.css in the popup, and restyle slightly to look a bit less ugly
    * Remove unnecessary logging on cookie delete
    * Fix a bug in handling of 3rd party cookies that would have meant they were being allowed incorrectly.

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0.1

    Released Feb 15, 2018 - 220.73 KB
    Works with firefox 42.0 and later, android 48.0 and later
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Source code released under GNU General Public License v3.0

    Download file
  • Version 1.0

    Released Feb 11, 2018 - 498.87 KB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under GNU General Public License v3.0

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.