Додатки браузера Firefox
  • Розширення
  • Теми
    • для Firefox
    • Словники та локалізації
    • Інші сайти браузера
    • Додатки для Android
Увійти
Піктограма додатка

Історія версій CookieMaster - 20 версій

CookieMaster автор Craig Miskell

Оцінка 4,5 з 5
Оцінка 4,5 з 5
5
16
4
4
3
0
2
1
1
1
Історія версій CookieMaster - 20 версій
  • Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.

  • Найновіша версія

    Версія 1.2.3

    Випущено 4 жовт 2023 р. - 470,8 КБ
    Працює з firefox 59.0 і новіше
    Boldify the cookie name in logs so it's easier to visually parse

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Для використання цього розширення вам потрібен Firefox
    Завантажити Firefox та отримати розширення
    Завантажити файл
  • Попередні версії

    Версія 1.2.2

    Випущено 12 серп 2023 р. - 470,78 КБ
    Працює з firefox 59.0 і новіше
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.2.1

    Випущено 25 лют 2021 р. - 470,58 КБ
    Працює з firefox 59.0 і новіше
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.2.0

    Випущено 13 лют 2021 р. - 470,59 КБ
    Працює з firefox 59.0 і новіше
    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')

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.1.5

    Випущено 18 квіт 2020 р. - 469,43 КБ
    Працює з firefox 59.0 і новіше
    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.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.1.4

    Випущено 18 квіт 2020 р. - 469,16 КБ
    Працює з firefox 59.0 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.1.3

    Випущено 7 лют 2020 р. - 465,68 КБ
    Працює з firefox 59.0 і новіше
    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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.1.2

    Випущено 25 січ 2020 р. - 457,74 КБ
    Працює з firefox 59.0 і новіше
    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.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.1.1

    Випущено 25 січ 2020 р. - 457,74 КБ
    Працює з firefox 59.0 і новіше
    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.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.1.0

    Випущено 23 січ 2020 р. - 456,67 КБ
    Працює з firefox 59.0 і новіше
    * 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

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.9

    Випущено 13 квіт 2019 р. - 343,37 КБ
    Працює з firefox 59.0 і новіше
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.8

    Випущено 10 бер 2019 р. - 343,57 КБ
    Працює з firefox 59.0 і новіше
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.7

    Випущено 24 лют 2019 р. - 339,52 КБ
    Працює з firefox 59.0 і новіше
    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'

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.6

    Випущено 6 січ 2019 р. - 339,67 КБ
    Працює з firefox 59.0 і новіше
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.5

    Випущено 1 груд 2018 р. - 334,39 КБ
    Працює з firefox 59.0 і новіше
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.4

    Випущено 13 трав 2018 р. - 334,12 КБ
    Працює з firefox 59.0 і новіше, android від 59.0 до 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.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.3

    Випущено 14 квіт 2018 р. - 222,09 КБ
    Працює з firefox 42.0 і новіше, android від 48.0 до 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.2

    Випущено 26 бер 2018 р. - 222,09 КБ
    Працює з firefox 42.0 і новіше, android від 48.0 до 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.

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0.1

    Випущено 15 лют 2018 р. - 220,73 КБ
    Працює з firefox 42.0 і новіше, android від 48.0 до 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
  • Версія 1.0

    Випущено 11 лют 2018 р. - 498,87 КБ
    Працює з firefox 42.0 і новіше, android від 48.0 до 68.*

    Програмний код випущено на умовах Лише Загальна громадська ліцензія GNU v3.0

    Завантажити файл
Перейти на домівку Mozilla

Додатки

  • Про
  • Блог додатків Firefox
  • Семінар з розширень
  • Центр розробника
  • Політики розробників
  • Блог спільноти
  • Форум
  • Повідомити про помилку
  • Настанови з написання відгуків

Браузери

  • Desktop
  • Mobile
  • Enterprise

Продукти

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватність
  • Файли cookie
  • Правові положення

За винятком випадків зазначених тут, вміст цього сайту ліцензовано на умовах ліцензії Creative Commons Attribution Share-Alike License v3.0, або будь-якою новішою версією.