תוספות לדפדפן 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 General Public License v3.0 only

    יש צורך ב־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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.0.5

    תאריך שחרור: 1 דצמ׳ 2018 - 334.39 ק״ב
    עובד עם ‏firefox 59.0 ומעלה
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 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 General Public License v3.0 only

    הורדת קובץ
  • גרסה 1.0

    תאריך שחרור: 11 פבר׳ 2018 - 498.87 ק״ב
    עובד עם ‏firefox 42.0 ומעלה, ‏android 48.0 עד 68.*

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.