Componenti aggiuntivi per Firefox
  • Estensioni
  • Temi
    • per Firefox
    • Dizionari e language pack
    • Altri siti
    • Componenti aggiuntivi per Android
Accedi
Icona componente aggiuntivo

Cronologia versioni di CookieMaster - 20 versioni

CookieMaster di Craig Miskell

Valutata 4,5 su 5
4,5 stelle su 5
5
16
4
4
3
0
2
1
1
1
Cronologia versioni di CookieMaster - 20 versioni
  • Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.

  • Ultima versione

    Versione 1.2.3

    Rilasciato 4 ott 2023 - 470,8 kB
    Compatibile con firefox59.0 e successive
    Boldify the cookie name in logs so it's easier to visually parse

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Devi utilizzare Firefox per poter installare questa estensione
    Scarica Firefox e installa l’estensione
    Scarica file
  • Versioni precedenti

    Versione 1.2.2

    Rilasciato 12 ago 2023 - 470,78 kB
    Compatibile con firefox59.0 e successive
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.2.1

    Rilasciato 25 feb 2021 - 470,58 kB
    Compatibile con firefox59.0 e successive
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.2.0

    Rilasciato 13 feb 2021 - 470,59 kB
    Compatibile con firefox59.0 e successive
    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')

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.1.5

    Rilasciato 18 apr 2020 - 469,43 kB
    Compatibile con firefox59.0 e successive
    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.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.1.4

    Rilasciato 18 apr 2020 - 469,16 kB
    Compatibile con firefox59.0 e successive
    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

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.1.3

    Rilasciato 7 feb 2020 - 465,68 kB
    Compatibile con firefox59.0 e successive
    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

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.1.2

    Rilasciato 25 gen 2020 - 457,74 kB
    Compatibile con firefox59.0 e successive
    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.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.1.1

    Rilasciato 25 gen 2020 - 457,74 kB
    Compatibile con firefox59.0 e successive
    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.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.1.0

    Rilasciato 23 gen 2020 - 456,67 kB
    Compatibile con firefox59.0 e successive
    * 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

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.9

    Rilasciato 13 apr 2019 - 343,37 kB
    Compatibile con firefox59.0 e successive
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.8

    Rilasciato 10 mar 2019 - 343,57 kB
    Compatibile con firefox59.0 e successive
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.7

    Rilasciato 24 feb 2019 - 339,52 kB
    Compatibile con firefox59.0 e successive
    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'

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.6

    Rilasciato 6 gen 2019 - 339,67 kB
    Compatibile con firefox59.0 e successive
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.5

    Rilasciato 1 dic 2018 - 334,39 kB
    Compatibile con firefox59.0 e successive
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.4

    Rilasciato 13 mag 2018 - 334,12 kB
    Compatibile con firefox59.0 e successive, android da 59.0 a 68.*
    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.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.3

    Rilasciato 14 apr 2018 - 222,09 kB
    Compatibile con firefox42.0 e successive, android da 48.0 a 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.2

    Rilasciato 26 mar 2018 - 222,09 kB
    Compatibile con firefox42.0 e successive, android da 48.0 a 68.*
    * 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.

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0.1

    Rilasciato 15 feb 2018 - 220,73 kB
    Compatibile con firefox42.0 e successive, android da 48.0 a 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
  • Versione 1.0

    Rilasciato 11 feb 2018 - 498,87 kB
    Compatibile con firefox42.0 e successive, android da 48.0 a 68.*

    Codice sorgente rilasciato sotto licenza Solo GNU General Public License v3.0

    Scarica file
Vai alla pagina principale del sito Mozilla

Componenti aggiuntivi

  • Informazioni
  • Blog sui componenti aggiuntivi per Firefox
  • Laboratorio estensioni
  • Centro di sviluppo
  • Criteri per sviluppatori
  • Blog della comunità
  • Forum
  • Segnala malfunzionamento
  • Guida per le recensioni

Browser

  • Desktop
  • Mobile
  • Enterprise

Prodotti

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Informativa sulla privacy
  • Cookie
  • Note legali

Eccetto dove diversamente indicato, i contenuti su questo sito sono distribuiti con licenza Creative Commons Attribuzione Condividi allo stesso modo 3.0 o versioni successive.