cookies
I recently blocked storing all cookies, now I would like to selectively block for individual sites.
I recently blocked storing all cookies, now I would like to selectively block for individual sites.
gmail wants eat my cookies and will not let me play because I have them blocked. I restarted my computer but changed nothing since yesterday when gmail was perfectly happ… (read more)
gmail wants eat my cookies and will not let me play because I have them blocked. I restarted my computer but changed nothing since yesterday when gmail was perfectly happy with my crumbs?
How can I avoid Royal Mail Cookies when there is no option to "Reject Cookies"?
Where is the cookie opt-out in Firefox?
How do I set up Firefox to remember my login security approval for websites (for instance JPMorgan Chase Bank). Chase Bank used to remember, but now I have to verify my i… (read more)
How do I set up Firefox to remember my login security approval for websites (for instance JPMorgan Chase Bank). Chase Bank used to remember, but now I have to verify my identity each time I log in to Chase Bank.
Despite having logged into Which? via FireFox, and accepted all cookies I am asked again and again on every Which? page about cookies. How can I stop this? Is this Whic… (read more)
Despite having logged into Which? via FireFox, and accepted all cookies I am asked again and again on every Which? page about cookies.
How can I stop this?
Is this Which? or FF?
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… (read more)
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
Hello, Firefox keeps signing me out of Google websites like google.com and youtube.com when I close out the browser. I recently switched from Google Chrome and was wonder… (read more)
Hello, Firefox keeps signing me out of Google websites like google.com and youtube.com when I close out the browser. I recently switched from Google Chrome and was wondering if this was a Google issue or if it was Firefox. It only keeps me signed out of Google accounts, and keeps me signed in for every other website. I have the "Delete cookies and site data when Firefox is closed" box unchecked and it still keeps me logged out, and I have "cookied" unboxed in my Clear History settings as well. I'd like to have this issue fixed as soon as possible for school-related reasons.
Hello, I recently deleted pwnedpasswords.com from my cookies, as well as blocked this website; however, it keeps reappearing in my list of cookies. I've never even visi… (read more)
Hello,
I recently deleted pwnedpasswords.com from my cookies, as well as blocked this website; however, it keeps reappearing in my list of cookies.
I've never even visited this site (that I'm aware of), and it's a bit concerning to me.
In spite of clearing ALL my cookies (and blocking this website), it keeps appearing in my list!
Please advise :)
When I regularly clean out cookies, there is one that keeps showing up in spite of my trying to remove it. Info in that dialogue box says it has been with me for more th… (read more)
When I regularly clean out cookies, there is one that keeps showing up in spite of my trying to remove it. Info in that dialogue box says it has been with me for more than a week. Of course, I keep all regular Mozilla cookies, but this one is strange. It is 'about.ef2a7dd5-93bc-417f-a698-14c3116864f.' Can you tell me what this is?
Hello,
Just had firefox throw an error that I was running out of disk space for cookies. Open up the dialog, and was prompted that I had over 17,179,869,184GB of youtube cookies… (read more)
Just had firefox throw an error that I was running out of disk space for cookies. Open up the dialog, and was prompted that I had over 17,179,869,184GB of youtube cookies, and 5 GB of cookies for a site I was buying something from. Restarting firefox moved both down to a reasonable 304MB and the store to 207KB. I have never seen this one before.
In my career
For several weeks now, whenever I close Firefox and shut down my iMac and open Gmail the next day, Gmail seems to forget which emails I have already read, and it marks ma… (read more)
For several weeks now, whenever I close Firefox and shut down my iMac and open Gmail the next day, Gmail seems to forget which emails I have already read, and it marks many old emails as unread. Deleting the Google cache and cookies helps, but only temporarily. This problem doesn't seem to occur when using a different browser, such as Safari, or when using the built-in MacOS email client. Therefore, I'm thinking it's a buggy interaction between Firefox and Gmail. I didn't used to have this problem, so perhaps it's related to a Firefox update? Anyhow, I'm hoping someone can help. Thanks!
I don't know in which version exactly it happened but a few weeks earlier i was able to edit cookies like we can on all other browsers, but today suddenly i cannot. I ex… (read more)
I don't know in which version exactly it happened but a few weeks earlier i was able to edit cookies like we can on all other browsers, but today suddenly i cannot.
I expected it to be a simple double-click and i can edit the cookie key name or value but it doesn't let me edit, it opens the detailed view about that cookie. I looked EVERYWHERE and could NOT find any way to edit the cookies for hours and this is really frustrating as a dev. This is important to troubleshoot many kinds of bugs when I am developing an app.
Whenever i sign into youtube and then close the window when i come back ive been signed out and have to sign in again. i have "delete cookies and site data when firefox i… (read more)
Whenever i sign into youtube and then close the window when i come back ive been signed out and have to sign in again. i have "delete cookies and site data when firefox is closed" off and dont know what else to do
Hi! I do not want more cookies than "necessary". So I reject, make settings etc. And I clean them automatically when closing Firefox, just in case. On some sites that I … (read more)
Hi! I do not want more cookies than "necessary". So I reject, make settings etc. And I clean them automatically when closing Firefox, just in case. On some sites that I visit very often, this turns out very tedious and timeconsuming. How to allow only necessary cookies and not the rest? With Privacy & Security, Cookies and Site Data, Manage Exceptions, I can allow or block cookies from specific sites. What do I allow when I choose Allow? Only the ticked ones or all marketing and other stuff even when these are not preticked as default? Or will the choices made during this session be saved? In the case of my bank and a couple of others, I would like to save my choices to be able to enter it a little faster. But cleaning at closing Firefox also deletes that, I suppose? How to save my choices without saving all cookies?
Is there any way to see what kind of cookies have been saved? I can see the number of cookies for each site under Manage Data, but how to see the type of cookie?
Firefox 122.0.1 on Linux Mint
Best Eva
Your instructions under "help" say to click on "Firefox" and click on "preferences". When I click on Firefox the menu does NOT have "Preferences" in it. What's up with t… (read more)
Your instructions under "help" say to click on "Firefox" and click on "preferences". When I click on Firefox the menu does NOT have "Preferences" in it. What's up with that?? And how do I clear the cache and cookies?
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… (read more)
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.
How to restore cookies which have been deleted by mistake. I have accidently cleared all cookies from the cache. however, some of the important information from one of th… (read more)
How to restore cookies which have been deleted by mistake. I have accidently cleared all cookies from the cache. however, some of the important information from one of the softwares (Zerodha) was stored in the cache as cookies. Now the entire data is lost. How can it be recovered