Buscador de complementos para Firefox
  • Extensiones
  • Temas
    • para Firefox
    • Diccionarios y paquetes de idiomas
    • Otros sitios de navegadores
    • Complementos para Android
Log in
Icono del complemento

Historial de versiones de CookieMaster - 18 versiones

CookieMaster por Craig Miskell

Se valoró con 4,4 de 5
4,4 estrellas de 5
5
13
4
4
3
0
2
1
1
1
Historial de versiones de CookieMaster - 18 versiones
  • ¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.

  • Última versión

    Versión 1.2.1

    Lanzada el 25 de feb. de 2021 - 470,58 KB
    Compatible con firefox 59.0 y superiores
    Fixed a bug in the content script which affected youtube (see https://github.com/craigmiskell/cookiemaster/issues/23)

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    You'll need Firefox to use this extension
    Descarga Firefox y obtiene la extensión
    Descargar archivo
  • Versiones antiguas

    Versión 1.2.0

    Lanzada el 13 de feb. de 2021 - 470,59 KB
    Compatible con firefox 59.0 y superiores
    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')

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.1.5

    Lanzada el 18 de abr. de 2020 - 469,43 KB
    Compatible con firefox 59.0 y superiores
    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.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.1.4

    Lanzada el 18 de abr. de 2020 - 469,16 KB
    Compatible con firefox 59.0 y superiores
    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

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.1.3

    Lanzada el 7 de feb. de 2020 - 465,68 KB
    Compatible con firefox 59.0 y superiores
    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

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.1.2

    Lanzada el 25 de ene. de 2020 - 457,74 KB
    Compatible con firefox 59.0 y superiores
    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.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.1.1

    Lanzada el 25 de ene. de 2020 - 457,74 KB
    Compatible con firefox 59.0 y superiores
    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.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.1.0

    Lanzada el 23 de ene. de 2020 - 456,67 KB
    Compatible con firefox 59.0 y superiores
    * 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

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.9

    Lanzada el 13 de abr. de 2019 - 343,37 KB
    Compatible con firefox 59.0 y superiores
    Fix private-browsing mode handling; cookies set by javascript weren't being blocked (removed) as expected.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.8

    Lanzada el 10 de mar. de 2019 - 343,57 KB
    Compatible con firefox 59.0 y superiores
    Fix a bug with relative redirects in the recently (v1.0.7) introduced (v1.0.7) redirect handling.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.7

    Lanzada el 24 de feb. de 2019 - 339,52 KB
    Compatible con firefox 59.0 y superiores
    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'

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.6

    Lanzada el 6 de ene. de 2019 - 339,67 KB
    Compatible con firefox 59.0 y superiores
    Fix parsing of Expires values that wasn't handling common date formats; would have permitted cookies that should have been blocked.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.5

    Lanzada el 1 de dic. de 2018 - 334,39 KB
    Compatible con firefox 59.0 y superiores
    Fixed the help button
    Fixed to work in Private Browsing/Incognito mode

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.4

    Lanzada el 13 de may. de 2018 - 334,12 KB
    Compatible con firefox 59.0 y superiores, android 59.0 y superiores
    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.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.3

    Lanzada el 14 de abr. de 2018 - 222,09 KB
    Compatible con firefox 42.0 y superiores, android 48.0 y superiores
    Fixed yet another silly bug that may have been preventing it blocking 3rd party cookies correctly.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.2

    Lanzada el 26 de mar. de 2018 - 222,09 KB
    Compatible con firefox 42.0 y superiores, android 48.0 y superiores
    * 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.

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0.1

    Lanzada el 15 de feb. de 2018 - 220,73 KB
    Compatible con firefox 42.0 y superiores, android 48.0 y superiores
    Fixed handling of bare hostnames (i.e. those without domains, being on your local LAN)

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
  • Versión 1.0

    Lanzada el 11 de feb. de 2018 - 498,87 KB
    Compatible con firefox 42.0 y superiores, android 48.0 y superiores

    Se publicó el código fuente bajo la licencia GNU General Public License v3.0

    Descargar archivo
Ir a la página de inicio de Mozilla

Complementos

  • Acerca de
  • Firefox Add-ons Blog
  • Taller de extensiones
  • Central del desarrollador
  • Normativas para desarrolladores
  • Community Blog
  • Foro
  • Informar de un error
  • Guía de revisión

Browsers

  • Desktop
  • Mobile
  • Enterprise

Productos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidad
  • Cookies
  • Legal

A menos que se indique lo contrario, el contenido de este sitio está licenciado bajo la licencia Creative Commons Reconocimiento Compartir-Igual v3.0 o una versión posterior.