Showing questions tagged: Show all questions

Third party cookies are blocked, despite of config change

We use FireFox 118+ . our product needs to collect all cookies, including 3rd party cookies from any domain loaded. * We have turned off "Total Cookie Protection" by s… (read more)

We use FireFox 118+ . our product needs to collect all cookies, including 3rd party cookies from any domain loaded.

* We have turned off "Total Cookie Protection" by selecting Custom privacy settings and un-checking all check boxes (sceenshot attached)
  • Also turned off "Enhanced Tracking Protection" for the website

But, when we browse to any site, the collected cookies under cross-domain are either empty or less compared to chrome.

Is there any other setting we can use to collect all the cookies ?

ex domain : https://www.santander.com/es/home , if you compare the cookies collected with chrome are much more than whats captured in FireFox.

Please help, this is crucial

Thanks,

Asked by Seema Hanji 1 day ago

Last reply by Seema Hanji 1 day ago

Programatically setting cookies using javascript doesn't work on expired cookies

Hello, I will try to explain as best as I can. In our web app, for authentication, we manually set our cookies (document.cookie = cookie) after receiving the tokens from… (read more)

Hello, I will try to explain as best as I can.

In our web app, for authentication, we manually set our cookies (document.cookie = cookie) after receiving the tokens from the login request. We work with 2 cookies, 1 for the access and 1 to refresh the access one if it expires. The refresh cookie has a longer time to expire.

When we login on a fresh session with no cookies at all in the storage tab in the dev tools, all is fine. I actually tested this by setting a random cookie and then using the debugger to add a breakpoint on the very next line of code and then typing document.cookie in the console and it is present.

The problem appears when trying to login after the cookies expired. They are still present in the storage tab in the dev tools. Somehow, manually setting the cookies again doesn't actually set the cookies or it takes some time and our app is stuck on the login page because it doesn't pass our checks that it actually has the access cookie. Using the same test described above, re-setting a cookie that expired and using the debugger again to add a breakpoint on the very next line of code and then typing document.cookie in the console does not show the cookie.

This issue does not reproduce on other browsers and it started with version 116.0.3.

For a more step by step to reproduce the issue: 1. Use document.cookie = cookie with a expiry time of 20 seconds 2. Wait for 20 seconds to pass 3. Set the same cookie again 4. Use the debugger to set a breakpoint after setting the cookie 5. Type document.cookie in the console whilst in the breakpoint pause 6. The cookie doesn't show in the document.cookie call

Asked by 6pjwgzk4x7 1 day ago

I keep getting signed out on gmail.

So the whole issue started when I couldn't share a video on my community tab because it kept giving me the error message "enable google.com for cookies". I click accept a… (read more)

So the whole issue started when I couldn't share a video on my community tab because it kept giving me the error message "enable google.com for cookies". I click accept a few times it didn't work. Then I went to cookies- extensions and enabled both youtube and google in it, didn't work. I deleted my cookies and data and tried again. I had to sign up to all my google accounts. Still it didn't fix the issue I kept getting the same error. Then I went to the enhanced cookies settings went to customs and chose the option "cookies from unvisited sites" This fixed the community tab issue. I shared my video and then went back to settings and set the standard enhanced tracking protection. I got signed off my gmail and google accounts I signed up again and closed the browser.

When I came back my google and gmails are signed out again but my accounts still signed in my youtube for some reason. I keep getting signed off on google but not youtube. I don't have the "Delete cookies and site data when Firefox is closed" option enabled. IT IS DISABLED.

HOW DO IT FIX IT? I don't want to keep signing in every time also I don't wish to reinstall firefox. PLEASE HELP

Asked by leon47648 12 hours ago