Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Finding what address to add to cookie exceptions

I want to enable cookies for outlook and google, the rest I dont want. I have attempted to look at the cookie's url for outlook and add that to the exception list, but o… (funda kabanzi)

I want to enable cookies for outlook and google, the rest I dont want.

I have attempted to look at the cookie's url for outlook and add that to the exception list, but outlook still harasses me with its annoying 2fa

How do I find the actual address to put in the exceptions list to stop this issue?

Asked by ALoepker 4 ezinsukwini ezidlule

Last reply by zeroknight 3 ezinsukwini ezidlule

How to not share session cookies between tabs

Hi, We have an application where we do not want to share the session cookies between tabs. Is this possible? If above answer is yes, next we would like to filter out som… (funda kabanzi)

Hi,

We have an application where we do not want to share the session cookies between tabs. Is this possible? If above answer is yes, next we would like to filter out some cookies by name that should not be shared across tabs. Meaning, we want some cookies that can be shared across tabs and some should not be shared.

Thanks in advance

Asked by Subijay Bhattacharya 2 emasontweni adlule

is my old, even deleted cache/cookies/data/bookmars in the data reporting folder?

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular … (funda kabanzi)

i recently lost some data i want to get back, and this may be my last attempt, but is it by any chance stored here? and if it is, how do i transfer it back to my regular cache/cookies/data/bookmark folders

Asked by 7843256 23 amahora adlule

  • Okugcinwe kunqolobane

Your browser did something unexpected. Please try again. If the error continues, try disabling all browser extensions.

Hi I am trying to visit a website but It is showing an error I am not sure why The website says that Your browser did something unexpected. Please try again. If the err… (funda kabanzi)

Hi I am trying to visit a website but It is showing an error I am not sure why The website says that

Your browser did something unexpected. Please try again. If the error continues, try disabling all browser extensions.

Is there any browser issue because I am not using any extensions or ad blockers?

Asked by allhddcoumputer 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

How do I clear Cookies and other junk from Firefox please?

How do I clear Cookies and other junk from Firefox please? Sorry I am clueless with all this technology, a technosaur. I am 73 yrs old, never studied computers, maybe one… (funda kabanzi)

How do I clear Cookies and other junk from Firefox please? Sorry I am clueless with all this technology, a technosaur. I am 73 yrs old, never studied computers, maybe one day I'll find time, between fighting other battles with baddies...

Asked by RuthWERB 11 izinyanga ezidlule

Last reply by lazizakhmedov1014 11 izinyanga ezidlule

  • Okugcinwe kunqolobane

AdBlock

Is AdBlock part of your system? I inquired about their ad and declined. Since then they have become an absolute "PEST" popping up in every thing I do. Your logo appears … (funda kabanzi)

Is AdBlock part of your system? I inquired about their ad and declined. Since then they have become an absolute "PEST" popping up in every thing I do. Your logo appears in their Ad.

Asked by hardaval 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

Cookies on allowed websites

Hi there, I have configured Firefox to remove cookies after closing it. At the same time, I have added some webs that I usually use as exceptions, allowing to remember co… (funda kabanzi)

Hi there, I have configured Firefox to remove cookies after closing it. At the same time, I have added some webs that I usually use as exceptions, allowing to remember cookies in those. However, I have the following question: if I reject all cookies except for the mandatories ones in a website that I added to my "remember list", does that mean that future entrances in that web will be with only essential cookies?

As an example, if I mark https://www.bbc.com/ as cookies, and the first time I enter I reject all non-essential cookies, next times I enter in the bbc will I be navigating with only the cookies I accepted on this first entrance? Or allowing a site automatically accepts all cookies?

Thank you very much on advanced.

Asked by rdemedrano 5 izinyanga ezidlule

Last reply by zeroknight 5 izinyanga ezidlule

  • Okugcinwe kunqolobane

Firefox keeps logging me out of chatgpt and chatgpt alone whenever i close its tab

I've tried other browsers (e.g. brave) and it works fine there. I can close the tab, close the browser, reopen it and I'll still be logged into chatgpt but not with firef… (funda kabanzi)

I've tried other browsers (e.g. brave) and it works fine there. I can close the tab, close the browser, reopen it and I'll still be logged into chatgpt but not with firefox

I've tried clearing cookies, settings them to always be allowed, re-enabling web-rtc, disabling enchanced protection, nothing works. IF i close the active tab with chatgpt even momentarily i will always have to re-log in again when i reopen it

Asked by drakyry 8 izinyanga ezidlule

Last reply by zeroknight 4 izinyanga ezidlule

  • Okugcinwe kunqolobane

Firefox disabling or refusing to accept cookies

website for example like VK - https://vk.com i can't never sign in/log in.. it keeps telling me The page isn’t redirecting properly An error occurred during a connection… (funda kabanzi)

website for example like VK - https://vk.com i can't never sign in/log in.. it keeps telling me The page isn’t redirecting properly An error occurred during a connection to login.vk.ru.

   This problem can sometimes be caused by disabling or refusing to accept cookies.

i tried to - delete cookies - delete history - add exception (vk.ru/vk.com) to Cookies and Site Data - private Mode - disable HTTPS-Only Mode - reinstall firefox but still like some other website the same problem.... plz help these websites work fine -- by using other Browsers i can login

Asked by Mostafa Zayed 1 unyaka odlule

Last reply by jonzn4SUSE 1 unyaka odlule

authentication cookie missing for <1% of firefox users

On our online application we are facing with some strange behavior for a small percentage of our firefox users (<1%). When doing oauth2 authorization, after generatio… (funda kabanzi)

On our online application we are facing with some strange behavior for a small percentage of our firefox users (<1%).

When doing oauth2 authorization, after generation of the authentication token we redirect to another platform but we are detecting that for a small percentage of Firefox the cookie (my_auth_cookie) with the auth token is not present.



GET: https://www.mywebsite.com/application/login Response:

new location https://www.mywebsite.com/otherapplication/redirect


set-cookie: my_auth_cookie expires=Mon, 04 Dec 2023 13:49:15 GMT; domain=.mywebsite.com; path=/; secure; samesite=lax; httponly


      2. GET https://www.mywebsite.com/otherapplication/redirect
          Set-cookie: mycookie: value
          Host: www.mywebsite.com


In cookie tab I see my_auth_cookie (value: xxxx, domain: .mywebsite.com, expires: Mon, 04 Dec 2023 13:49:15 GMT, httponly: checked, secure: checked,SameSite: Lax, partitionkey: empty, Priority: medium



I’ve tried to replicate but without success (with multiple extensions, including multi-account containers), with multiple configurations of Total Cookie Protection.

Again, this only seems to be happening to a very limited number of firefox users but for these, it happens 100% of the time. We see it occurring for versions 119 and 120 but now and then for older versions.

Feedback reports no extensions&addons.


Any ideas on what we could be dealing with? Any help would be greatly appreciated.

Asked by Wilga Cha 5 izinyanga ezidlule

Last reply by zeroknight 4 izinyanga ezidlule

  • Okugcinwe kunqolobane

Cookie and history deletion options/mechanism

I want to: - Delete cookies, logins and cache of all not specifically allowed websites when closing the browser - Automatically delete the browser history of anything tha… (funda kabanzi)

I want to: - Delete cookies, logins and cache of all not specifically allowed websites when closing the browser - Automatically delete the browser history of anything thats older than 'n' days or entries - Preferably do this without having to use an addon

I have set places.history.expiration.max_pages, however even on a really low value it does not seem to delete any older items from the history.

For deleting cookies and cache I have a problem understanding how the 2 sections in the settings interact (Cookies and Site Data and History) and how I would manage to delete everything except the whitelisted cookies.

Asked by booklordofthedings 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Clearing cookies/cache data continuously for one domain/website

How to continuously reset history cookies/cache for one website. Is there a way to continuously clear cookies and cache data for one domain or website? Or reworded, a w… (funda kabanzi)

How to continuously reset history cookies/cache for one website.

Is there a way to continuously clear cookies and cache data for one domain or website? Or reworded, a way to not record cookies or cache data for one domain or website?

I have managed to find the article to clear cookies and cache data for the domain but have not been able to find out how to do this continuously without having to go into the settings each time to clear this history.

Kind regards

Asked by alexandrajspence 7 izinyanga ezidlule

Last reply by Terry 7 izinyanga ezidlule

inquiry

Good morning I would like to ask how to configure (set) the Firefox browser on a computer with Windows 10 so that when clearing cookies and history, cookies and login dat… (funda kabanzi)

Good morning I would like to ask how to configure (set) the Firefox browser on a computer with Windows 10 so that when clearing cookies and history, cookies and login data that have been added to exceptions are not cleared (deleted) when closing the browser: How this setting should be done (what options are selected) Privacy and security - clearing history when closing the browser Privacy and security - deletion of cookies and site data on closing (exceptions - allow) Please reply Regards Zbigniew M zbigniew14@gmail.com

Asked by zbigniew14 4 izinyanga ezidlule

Last reply by cor-el 4 izinyanga ezidlule

iCloud.com keeps asking for authentication..."Trust Browser" doesn't seem to work

I see a similar question on the forums from March 2021, but I'm having this problem now: when I go into icloud.com, it keeps asking for authentication - i.e. it presents … (funda kabanzi)

I see a similar question on the forums from March 2021, but I'm having this problem now: when I go into icloud.com, it keeps asking for authentication - i.e. it presents a 6-digit code which goes to my phone/ipad, and I have to put it into the browser. After that, I'm prompted "Do you want to Trust this browser" to which I ALWAYS say "Yes", but it doesn't seem to work; the next day, if I try icloud again, it does it all over, like the "Trust" option is ignored. In settings, "Delete cookies and site data when Firefox is closed" is unchecked, Clicking "Manage Data" shows that cookies for icloud.com are saved. I've just added icloud.com into Exceptions to Allow to use cookies/site data, though I wouldn't think I'd NEED that if I'm never deleting them. I tried this with Chrome, and the Trust DID work; I can sign in with that browser and not have to put in the code.

What's up with that?

Asked by Nathan Elke 4 izinyanga ezidlule

Last reply by jonzn4SUSE 4 izinyanga ezidlule