Over-verification
I am suddenly being asked to verify myself on web sites I normally just log in to. What setting did I mess up?
I am suddenly being asked to verify myself on web sites I normally just log in to. What setting did I mess up?
bold texthow to disable cookie protection
Hello everyone, I keep having the issue that on some websites, a whole list of cross-site cookies is displayed when i click the icon to the left of the address bar. "Thes… (閱讀更多)
Hello everyone,
I keep having the issue that on some websites, a whole list of cross-site cookies is displayed when i click the icon to the left of the address bar. "These parties can use cross-site cookies and site data while you are on this site."
Especially Google (I am not logged into a Google account) lists many different sites here. I can then click on "Allowed X" - but after a few days, the entry appears again without me being asked!
Under "Privacy & Security" I am using the Standard level. It says there: "Firefox blocks the following: (...) Cross-site cookies in all windows (...)" So why are some still being allowed? How can I generally prohibit them except for those I manually allow? The five levels for cookie handling under "Custom" are unfortunately not very self-explanatory, and I can’t find any whitelist option there either.
Thanks for any advice! Best regards, Martin
I've always used firefox Recently it seems to me that a lot of sites don't seem to recognise me, so I have to do multi step logins. Paypal for instance. I don't save … (閱讀更多)
I've always used firefox
Recently it seems to me that a lot of sites don't seem to recognise me, so I have to do multi step logins.
Paypal for instance. I don't save the password, I type it in each time, but now it insists on sending me an SMS in addition
My guess is that FF is deleting some cookies that I'd rather it didn't. What can I do?
Thanks
Hello,
I look at porn on my Android phone. I use Private Browsing to do so. Why are my Private Browsing addresses appearing as Firefox Suggest results that appear outside of Pri… (閱讀更多)
I look at porn on my Android phone. I use Private Browsing to do so. Why are my Private Browsing addresses appearing as Firefox Suggest results that appear outside of Private Browsing as well? And why does Pornhub show me a personalized home page when I'm using Private Browsing? None of these pages are in my browser history because I've only accessed them via Private Browsing. But these "features" sort of defeat the purpose of it don't you think?
I've just switched from Chrome to Firefox and never had this issue with Chrome.
The bank for our online HOA accounts wants me to allow "third party cookies". How do I allow that on my MacBook Pro? Also, the videos that are implanted in news articles … (閱讀更多)
The bank for our online HOA accounts wants me to allow "third party cookies". How do I allow that on my MacBook Pro?
Also, the videos that are implanted in news articles on msn.com won't load and play. How do I allow them to load so I can view them?
Thank you.
google is saying cookies are disabled when using FF to login. This was working Privacy is set to STANDARD and I went into settings and removed google.com as well to no av… (閱讀更多)
google is saying cookies are disabled when using FF to login. This was working Privacy is set to STANDARD and I went into settings and removed google.com as well to no avail.
How do I fix this?
Thanks leon
Howe clear cookies?
Bonjour, depuis plusieurs semaines, je reçois une demande d'acceptation des cookies pour chaque site que j'ouvre. La demande se répète tous les jours même si je visite n'… (閱讀更多)
Bonjour, depuis plusieurs semaines, je reçois une demande d'acceptation des cookies pour chaque site que j'ouvre. La demande se répète tous les jours même si je visite n'importe quel site plusieurs fois dans la journée. Pouvez vous remédiez à cela. C'est la 1ère fois que je suis confronté à cette anomalie depuis que j'utilise FIREFOX. Merci d'avance -- Cordialement H ROBIN
i have icloud (apple) and comcast (xfinity) email tabs that appear on my firefox home page and they open with me logged in, but about a week ago i started having to login… (閱讀更多)
i have icloud (apple) and comcast (xfinity) email tabs that appear on my firefox home page and they open with me logged in, but about a week ago i started having to login to them. what changed?
How to avoid unwanted cookies, and only allow files (mainly pictures/photos, PDF/text & GIF) from friends?
For a while now, my cookies are being remembered in Private Browsing, why?
Thanks.
How do I disable cookies for a specific site
How can I block Google and other sites from knowing everything I do on Foxfire? Every time I visit anything that has membership Google is there asking to sign me in. I th… (閱讀更多)
How can I block Google and other sites from knowing everything I do on Foxfire? Every time I visit anything that has membership Google is there asking to sign me in. I thought Foxfire was supposed to be somewhat private. Thanks!, Mark
The Cookie (DEVICE ID) required for online-banking seems to be deleted after the online session is finished. Where do I find the correct setting?
We are having a problem with Kaiser Permanente’s website. The problem occurs randomly and when it occurs we cannot sign in to our account on the website. We get a “redire… (閱讀更多)
We are having a problem with Kaiser Permanente’s website. The problem occurs randomly and when it occurs we cannot sign in to our account on the website. We get a “redirect error”.
We can fix the problem but comes back again after a while. To fix it we go to Settings / Privacy and Security / Cookies and Site Data / Manage Data. Under manage data we enter Kaiser in the search box and then delete the website.
Is there a way (a settings change) to fix this problem in Firefox or is it a Kaiser website problem?
BTW.. the same problem also occurs on Chrome, just not as frequently.
how do i clear the cache
Our backend sets a cookie for maintaining login sessions with SameSite=None and Secure (to support loading our front-end from localhost for developers and from a third pa… (閱讀更多)
Our backend sets a cookie for maintaining login sessions with SameSite=None and Secure (to support loading our front-end from localhost for developers and from a third party domain for PR previews).
This is the respose header:
set-cookie: ESESSIONID=<redacted>; Secure; HttpOnly; Path=/; SameSite=None; Max-Age=86399
However, Firefox does not send the cookie back with requests, but logs this error in the console:
Cookie “ESESSIONID” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.
We have worked around the issue by configuring exceptions in the Security & Privacy settings, but I am curious to why Firefox rejects the cookie with this error message.