Doplňky do prohlížeče Firefox
  • Rozšíření
  • Motivy vzhledu
    • pro Firefox
    • Slovníky a jazykové balíčky
    • Ostatní stránky prohlížeče
    • Doplňky pro Android
Přihlásit se
Ikona doplňku

Historie doplňku CookieMaster - 20 verzí

CookieMaster od Craig Miskell

Hodnocení: 4,5 z 5
Hodnocení: 4,5 z 5
5
16
4
4
3
0
2
1
1
1
Historie doplňku CookieMaster - 20 verzí
  • Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.

  • Nejnovější verze

    Verze 1.2.3

    Vydáno 4. říj 2023 – 470,8 KB
    Funguje s: firefox 59.0 a novější
    Boldify the cookie name in logs so it's easier to visually parse

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Pro používání tohoto rozšíření potřebujete Firefox
    Stáhnout Firefox a nainstalovat toto rozšíření
    Stáhnout soubor
  • Starší verze

    Verze 1.2.2

    Vydáno 12. srp 2023 – 470,78 KB
    Funguje s: firefox 59.0 a novější
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.2.1

    Vydáno 25. úno 2021 – 470,58 KB
    Funguje s: firefox 59.0 a novější
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.2.0

    Vydáno 13. úno 2021 – 470,59 KB
    Funguje s: firefox 59.0 a novější
    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')

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.1.5

    Vydáno 18. dub 2020 – 469,43 KB
    Funguje s: firefox 59.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.1.4

    Vydáno 18. dub 2020 – 469,16 KB
    Funguje s: firefox 59.0 a novější
    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

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.1.3

    Vydáno 7. úno 2020 – 465,68 KB
    Funguje s: firefox 59.0 a novější
    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

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.1.2

    Vydáno 25. led 2020 – 457,74 KB
    Funguje s: firefox 59.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.1.1

    Vydáno 25. led 2020 – 457,74 KB
    Funguje s: firefox 59.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.1.0

    Vydáno 23. led 2020 – 456,67 KB
    Funguje s: firefox 59.0 a novější
    * 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

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.9

    Vydáno 13. dub 2019 – 343,37 KB
    Funguje s: firefox 59.0 a novější
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.8

    Vydáno 10. bře 2019 – 343,57 KB
    Funguje s: firefox 59.0 a novější
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.7

    Vydáno 24. úno 2019 – 339,52 KB
    Funguje s: firefox 59.0 a novější
    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'

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.6

    Vydáno 6. led 2019 – 339,67 KB
    Funguje s: firefox 59.0 a novější
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.5

    Vydáno 1. pro 2018 – 334,39 KB
    Funguje s: firefox 59.0 a novější
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.4

    Vydáno 13. kvě 2018 – 334,12 KB
    Funguje s: firefox 59.0 a novější, android ve verzích 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.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.3

    Vydáno 14. dub 2018 – 222,09 KB
    Funguje s: firefox 42.0 a novější, android ve verzích 48.0 až 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.2

    Vydáno 26. bře 2018 – 222,09 KB
    Funguje s: firefox 42.0 a novější, android ve verzích 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.

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0.1

    Vydáno 15. úno 2018 – 220,73 KB
    Funguje s: firefox 42.0 a novější, android ve verzích 48.0 až 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
  • Verze 1.0

    Vydáno 11. úno 2018 – 498,87 KB
    Funguje s: firefox 42.0 a novější, android ve verzích 48.0 až 68.*

    Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0

    Stáhnout soubor
Přejít na domovskou stránku Mozilly

Počet doplňků

  • O nás
  • Blog doplňků pro Firefox
  • Workshop tvorby rozšíření
  • Pro vývojáře
  • Pravidla pro vývojáře
  • Blog komunity
  • Fórum
  • Nahlásit chybu
  • Příručka recenzenta

Prohlížeče

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Ochrana soukromí
  • Cookies
  • Právní informace

Není-li uvedeno jinak, obsah této stránky je šířen pod licencí Creative Commons Uveďte původ-Zachovejte licenci 3.0 nebo jakoukoli novější verzí.