Firefox-selaimen lisäosat
  • Laajennukset
  • Teemat
    • Firefoxille
    • Oikolukusanastot ja kielipaketit
    • Muiden selainten sivustot
    • Lisäosia Androidille
Kirjaudu sisään
Lisäosan kuvake

Lisäosan CookieMaster versiohistoria - 20 versiota

CookieMaster tekijä Craig Miskell

Arvioitu 4,5/5
4,5/5 tähteä
5
16
4
4
3
0
2
1
1
1
Lisäosan CookieMaster versiohistoria - 20 versiota
  • Ole varovainen vanhojen versioiden kanssa! Ne näytetään vain testauksen ja viittausten vuoksi.On suositeltavaa käyttää aina lisäosan uusinta versiota.

  • Uusin versio

    Versio 1.2.3

    Julkaistu 4. loka 2023 - 470,8 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Boldify the cookie name in logs so it's easier to visually parse

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Tarvitset Firefoxin käyttääksesi tätä laajennusta
    Lataa Firefox ja hanki laajennus
    Lataa tiedosto
  • Vanhemmat versiot

    Versio 1.2.2

    Julkaistu 12. elo 2023 - 470,78 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Fix https://github.com/craigmiskell/cookiemaster/issues/27 by accepting cookies where the claimed domain has a trailing dot.
    Some very minor performance enhancements

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.2.1

    Julkaistu 25. helmi 2021 - 470,58 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.2.0

    Julkaistu 13. helmi 2021 - 470,59 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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')

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.1.5

    Julkaistu 18. huhti 2020 - 469,43 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.1.4

    Julkaistu 18. huhti 2020 - 469,16 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.1.3

    Julkaistu 7. helmi 2020 - 465,68 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.1.2

    Julkaistu 25. tammi 2020 - 457,74 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.1.1

    Julkaistu 25. tammi 2020 - 457,74 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.1.0

    Julkaistu 23. tammi 2020 - 456,67 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    * 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

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.9

    Julkaistu 13. huhti 2019 - 343,37 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.8

    Julkaistu 10. maalis 2019 - 343,57 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.7

    Julkaistu 24. helmi 2019 - 339,52 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    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'

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.6

    Julkaistu 6. tammi 2019 - 339,67 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.5

    Julkaistu 1. joulu 2018 - 334,39 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.4

    Julkaistu 13. touko 2018 - 334,12 kt
    Yhteensopivuus: firefox 59.0 ja uudemmat, android versiosta 59.0 versioon 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.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.3

    Julkaistu 14. huhti 2018 - 222,09 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.2

    Julkaistu 26. maalis 2018 - 222,09 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 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.

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0.1

    Julkaistu 15. helmi 2018 - 220,73 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
  • Versio 1.0

    Julkaistu 11. helmi 2018 - 498,87 kt
    Yhteensopivuus: firefox 42.0 ja uudemmat, android versiosta 48.0 versioon 68.*

    Lähdekoodi julkaistu lisenssillä GNU General Public License v3.0 only

    Lataa tiedosto
Siirry Mozillan verkkosivustolle

Lisäosat

  • Tietoja
  • Firefox-lisäosien blogi
  • Laajennustyöpaja
  • Kehityskeskus
  • Kehittäjäkäytännöt
  • Yhteisön blogi
  • Keskustelualue
  • Ilmoita ongelmasta
  • Opas arviointiin

Selaimet

  • Desktop
  • Mobile
  • Enterprise

Tuotteet

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Tietosuoja
  • Evästeet
  • Juridiset asiat

Jos ei erikseen mainita, tämän sivuston sisällön kattaa lisenssi Creative Commons Attribution Share-Alike License v3.0 tai mikä tahansa uudempi versio.