Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku CookieMaster — 20 wersji

CookieMaster Autor: Craig Miskell

Ocena: 4,5/5
4,5 gwiazdek/5
5
16
4
4
3
0
2
1
1
1
Historia wersji dodatku CookieMaster — 20 wersji
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 1.2.3

    Data wydania: 4 paź 2023 — 470,8 KB
    Działa z: firefox 59.0 i nowsze
    Boldify the cookie name in logs so it's easier to visually parse

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Potrzebujesz Firefoksa, aby używać tego rozszerzenia
    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 1.2.2

    Data wydania: 12 sie 2023 — 470,78 KB
    Działa z: firefox 59.0 i nowsze
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.2.1

    Data wydania: 25 lut 2021 — 470,58 KB
    Działa z: firefox 59.0 i nowsze
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.2.0

    Data wydania: 13 lut 2021 — 470,59 KB
    Działa z: firefox 59.0 i nowsze
    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')

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.1.5

    Data wydania: 18 kwi 2020 — 469,43 KB
    Działa z: firefox 59.0 i nowsze
    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.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.1.4

    Data wydania: 18 kwi 2020 — 469,16 KB
    Działa z: firefox 59.0 i nowsze
    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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.1.3

    Data wydania: 7 lut 2020 — 465,68 KB
    Działa z: firefox 59.0 i nowsze
    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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.1.2

    Data wydania: 25 sty 2020 — 457,74 KB
    Działa z: firefox 59.0 i nowsze
    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.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.1.1

    Data wydania: 25 sty 2020 — 457,74 KB
    Działa z: firefox 59.0 i nowsze
    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.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.1.0

    Data wydania: 23 sty 2020 — 456,67 KB
    Działa z: firefox 59.0 i nowsze
    * 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.9

    Data wydania: 13 kwi 2019 — 343,37 KB
    Działa z: firefox 59.0 i nowsze
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.8

    Data wydania: 10 mar 2019 — 343,57 KB
    Działa z: firefox 59.0 i nowsze
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.7

    Data wydania: 24 lut 2019 — 339,52 KB
    Działa z: firefox 59.0 i nowsze
    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'

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.6

    Data wydania: 6 sty 2019 — 339,67 KB
    Działa z: firefox 59.0 i nowsze
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.5

    Data wydania: 1 gru 2018 — 334,39 KB
    Działa z: firefox 59.0 i nowsze
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.4

    Data wydania: 13 maj 2018 — 334,12 KB
    Działa z: firefox 59.0 i nowsze, android 59.0 do 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.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.3

    Data wydania: 14 kwi 2018 — 222,09 KB
    Działa z: firefox 42.0 i nowsze, android 48.0 do 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.2

    Data wydania: 26 mar 2018 — 222,09 KB
    Działa z: firefox 42.0 i nowsze, android 48.0 do 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.

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0.1

    Data wydania: 15 lut 2018 — 220,73 KB
    Działa z: firefox 42.0 i nowsze, android 48.0 do 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 1.0

    Data wydania: 11 lut 2018 — 498,87 KB
    Działa z: firefox 42.0 i nowsze, android 48.0 do 68.*

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Przeglądarki

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.