Git Product home page Git Product logo

Comments (7)

ArcticGems avatar ArcticGems commented on July 21, 2024

Can you give more details, is it the same as this issue? = #9

from cookiemaster.

bitstreamout avatar bitstreamout commented on July 21, 2024

Don't think so. Sometimes site do warn about not accepted cookies even if enabled, sometimes I see simply nothing, here it helps to go into Cookie Quick Manager and delete all cookies corresponding to a site and reload it afterwards. But for e.g. .fuze.com nothing helps at all. That is it seems that Iß'm not able to reach my fuze account.

from cookiemaster.

craigmiskell avatar craigmiskell commented on July 21, 2024

@bitstreamout Sounds like an issue reported from another user re hushmail.com complaining about cookies not being enabled, particularly as you say "Sometimes site do warn about not accepted cookies even if enabled".

As part of the most recent update I changed how cookies set by Javascript are captured; the previous way wasn't terribly reliable at correlating which tab the cookie had been set from (the information wasn't directly available and I had to employ some guess work) and had to delete the cookie after it was set, which meant it was set for a very short period. Cookie-master now hooks more directly into the cookie setting (using a content script), but that then has to use an async call to the webextension background script to check if the cookie should be allowed or not, and another async call back to the content script to actually set it. It makes it more reliable at knowing where the cookie came from, but introduces async and delays.

It turns out hushmail and possibly others have javascript that sets a cookie and then immediately reads it back again, and if it doesn't retrieve the same value it set, assumes (not unreasonably) that cookies are not enabled. If that code waited a bit and let the async calls happen, it'd be fine, but it has no idea they're there and has no reason to do so.

I have an idea of how I can rewrite things to make this work, but it'll be a couple of days before I have enough time to get deeply into it.

Sorry for the inconvenience, this update supposed to make things a lot better, not worse :(

from cookiemaster.

craigmiskell avatar craigmiskell commented on July 21, 2024

@bitstreamout If you can share some specific sites that don't work at all (where you "see simply nothing"), and some where you get warned about not accepting cookies, that would help me test the before and after of the fix, to be sure I've gotten it all.

from cookiemaster.

bitstreamout avatar bitstreamout commented on July 21, 2024

The warning is from mail.vodafon.de ... the missing login is from www.fuze.com after I had said that I do not have a camera as well as no microphone. The seeing nothing was from https://www.heise.de/newsticker/classic/ (but this works now after clearing all cookies with the help of the Cookies Quick Manager) ... maybe Cookies Quick Manager and CookieMaster interfere

from cookiemaster.

craigmiskell avatar craigmiskell commented on July 21, 2024

Thanks, I'll have a good look tomorrow. I've gotten some code that I think is working, but it's getting late here now and I need to look at it calmly and clearly when I'm fully awake tomorrow. With luck I'll get a release out inside the next 24 hours that fixes it.

from cookiemaster.

craigmiskell avatar craigmiskell commented on July 21, 2024

Just submitted version 1.1.2 to addons.mozilla.org (should be available in a few minutes) that fixes the obvious cases here (hushmail.com, mail.vodafone.de). NB: v1.1.1 still had some debugging (an alert box), so if you find yourself getting alert boxes when you change settings, try forcing an upgrade to 1.1.2 from about:addons.

@bitstreamout I couldn't see what was wrong with www.heise.de even with version 1.1.0, so after the release, if it's still a problem, can you supply much more detail about 'seeing nothing' (i.e. what exactly did you expect to see, and where). Not sure about fuze.com, so again, check with v1.1.1 and let me know exactly what you see/do not see at which steps, so I can replicate it.

from cookiemaster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.