Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã lưu trữ

How to make Firefox accept a third-party cookie used for authentication by a Java web application?

Hi, I am a developer currently working on an open-source solution called GeoNetwork (https://github.com/geonetwork/core-geonetwork/). This application has a Java backend… (xem thêm)

Hi,

I am a developer currently working on an open-source solution called GeoNetwork (https://github.com/geonetwork/core-geonetwork/). This application has a Java backend that uses a JSESSIONID cookie to track user sessions. One instance of the application can be accessed anonymously here: https://sextant.ifremer.fr/Donnees/Catalogue

The session cookie is set on the first request to the backend with the following parameters:

Domain: "sextant.ifremer.fr" expirationDate: "Session" HostOnly: true HttpOnly: true SameSite: "None" Secure: true

This application theoretically allows login in from a different origin. For example from https://www.milieumarinfrance.fr/Acces-aux-donnees/Catalogue, which under the hood points to the same backend. We noticed recently that when accessing the application from a different origin in Firefox, the network requests aimed at the "sextant.ifremer.fr" host *do not carry any existing session cookie*, thus rendering authenticated access impossible.

The existing session cookie is correctly used when I add an "allow" exception for the sextant.ifremer.fr origin in the cookies settings of Firefox (see attached screenshot in French). So I figure that it's Firefox that decides not to use any existing cookie when on this origin.

Is there any way to indicate to Firefox that this cookie is legitimate and that it is needed for essential functionalities, without relying on the user allowing the cookie explicitly?

Thanks a lot in advance!

Được hỏi bởi guyot.o 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Firefox is configure to not delete cookies or history, but it still clears them

I have Firefox 99 for Mac "Delete cookies and site data when Firefox is closed" is unchecked History is set to "Remember History" Enhanced Tracking Protection is set to … (xem thêm)

I have Firefox 99 for Mac "Delete cookies and site data when Firefox is closed" is unchecked History is set to "Remember History" Enhanced Tracking Protection is set to "standard"

Yet every time I return to a site where I've checked "remember me" , I'll get prompted to login, and perhaps also get a security message "you've logged in from a new computer" in my email from the site.

Is there an easy way to verify that Firefox is storing cookies for a site. Maybe an option to right-click on a site's web page and view "cookies are stored for this site" in the context menu? I'm losing a lot of my productivity time logging back into sites that I just logged into earlier in the day.

Được hỏi bởi john542 1 năm trước

Lần cuối trả lời bởi vda1 1 năm trước

  • Đã lưu trữ

YouTube third-party cookies (Bug report)

This issue seems to only occur when I try add videos to a playlist via the following. Login>studio.youtube.com>content>playlists>selectlist>EDIT in YOUTU… (xem thêm)

This issue seems to only occur when I try add videos to a playlist via the following.

Login>studio.youtube.com>content>playlists>selectlist>EDIT in YOUTUBE> 3 dots>add videos - issue emerges Work-around in Chrome.

Can add to playlist from the video if option (3 dots>save) is there.

Được hỏi bởi EdE Edwards 7 tháng trước

Lần cuối trả lời bởi zeroknight 7 tháng trước

  • Đã lưu trữ

I keep getting signed out of Google

I keep getting signed out of my Google account whenever I close Firefox. I switched the Enhanced Tracking Protection to Standard, and I do not delete my cookies when I cl… (xem thêm)

I keep getting signed out of my Google account whenever I close Firefox. I switched the Enhanced Tracking Protection to Standard, and I do not delete my cookies when I close Firefox. I even tried to disable the Purge Trackers option but this didn't help either. I have some dev-tools extensions installed + Adblock and Decentraleyes. It does not solve my problem if a disable them too. Would really appreciate anyone's insight.

Được hỏi bởi gajidix793 6 tháng trước

Lần cuối trả lời bởi cor-el 6 tháng trước

  • Đã lưu trữ

e-mail

Getting following when trying to access my e-mail not having the problem on edge but Firefox is my go to browser "Oops! Something went wrong It looks like your browser… (xem thêm)

Getting following when trying to access my e-mail not having the problem on edge but Firefox is my go to browser

"Oops! Something went wrong

It looks like your browser is blocking cookies.

Please change your browser settings to allow cookies when logging into Sky.

If this problem continues, contact customer services.

Error Number: 289"

Được hỏi bởi rcpinsa 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

How to stop firefox from ignoring delete cookies exceptions?

I have delete cookies on, exits firefox for a while, delete cookies option turns off and all cookies are deleted, even ignores exceptions. How to stop firefox from disobe… (xem thêm)

I have delete cookies on, exits firefox for a while, delete cookies option turns off and all cookies are deleted, even ignores exceptions. How to stop firefox from disobeying its master?

Được hỏi bởi Ball 1 năm trước

Lần cuối trả lời bởi user104147805413306348376805769878442569366 1 năm trước

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… (xem thêm)

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.

Được hỏi bởi rdemedrano 5 tháng trước

Lần cuối trả lời bởi zeroknight 5 tháng trước

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… (xem thêm)

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.

Được hỏi bởi Wilga Cha 4 tháng trước

Lần cuối trả lời bởi zeroknight 4 tháng trước

  • Đã lưu trữ

Clear history excluding cookies of a site.

I normally clear the history by choosing "Everything" from "Time range to clean" and choosing all checkmarks except "Site preferences". How do I exclude a single site fr… (xem thêm)

I normally clear the history by choosing "Everything" from "Time range to clean" and choosing all checkmarks except "Site preferences".

How do I exclude a single site from the history deletion process to prevent the settings/cookies of that given site from being deleted ?

Được hỏi bởi glfirex 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

I cannot get Indeed to load on Firefox.

I’m trying to get to www.indeed.com using Firefox. When I get to the website it says, “checking if the site connection is secure, www.indeed.com needs to review the secur… (xem thêm)

I’m trying to get to www.indeed.com using Firefox. When I get to the website it says, “checking if the site connection is secure, www.indeed.com needs to review the security of your connection before proceeding.” I used inspect to help find the cause of the issue. It says “some cookies are misusing the recommended samesite attribute” the cookie “cf_chl_2” came up 5 times saying “ cf_chl_2” does not have a proper “samesite” attribute value. Soon, cookies without the “samesite” attribute or with an invalid value will be treated as “lax” this means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “samesite=none” attribute to it. To know more about the “samesite” attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Another cookie is “cf_chl_rc_m”

I don’t want to make these cookies secure if they could potentially cause my computer harm or steal my info. I tried uninstalling Firefox and reinstalling it but it still kept all of my favorites so I’m assuming it didn’t reset and fix Firefox like I had hoped. I don’t have a firefox account on my computer so I’m not sure how favorites came back. Do you know why?

I am using a MacBook Pro M2 chip 2022 and the latest version of firefox. I have also updated my computer. I have run Norton and found no threats on my computer. And firefox wasn’t giving me this issue before.

What do you think I should do?

Thank you in advance for helping.

Được hỏi bởi ConstantineBorg6@ 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Cookie blocking

Since last upgrade Firefox seems unable to access any wordpress sites. Always says to enable cookies. I've done that but still not possible access. Is Firefox now beco… (xem thêm)

Since last upgrade Firefox seems unable to access any wordpress sites.

Always says to enable cookies. I've done that but still not possible access.

Is Firefox now becoming so "secure" it is useless?

There are more and more web sites where Firefox just is no longer a viable browser.

There is no clear "ENABLE" cookies option to resolve this just pages on explanations about safety yada yada yada.

I just want a button that says ENABLE COOKIES so I don't have to constantly seek answers to use this browser on a particular web site.

As much as I hate Chrome I am finding it more useful now than FireFox

Được hỏi bởi pck24 7 tháng trước

Lần cuối trả lời bởi jonzn4SUSE 2 tháng trước

  • Đã lưu trữ

Cookies Exceptions Don't Work

Well, I'm trying to make use of the option to delete cookies without deleting some that I allow, but apparently it's buggy. I want Firefox to clear cookies every time I c… (xem thêm)

Well, I'm trying to make use of the option to delete cookies without deleting some that I allow, but apparently it's buggy. I want Firefox to clear cookies every time I close the browser, however, I manually added some exceptions and even then the browser deletes these exceptions when I close it, if I can add exceptions, it's so they won't be deleted when closing.

Được hỏi bởi Walison 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Acessing Fold3 website

I receive the following message when trying to go to Fold3 website: An error occurred during a connection to www.fold3.com. This problem can sometimes be caused by d… (xem thêm)

I receive the following message when trying to go to Fold3 website:

An error occurred during a connection to www.fold3.com.

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

What do I do to correct?

Kate Hymes

Được hỏi bởi Walllkill Valley Writers 10 tháng trước

Lần cuối trả lời bởi cor-el 10 tháng trước

  • Đã lưu trữ

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… (xem thêm)

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?

Được hỏi bởi allhddcoumputer 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

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 … (xem thêm)

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.

Được hỏi bởi hardaval 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Cookie Management

Oh, good grief! How many times do I have to enter this information?! 1. I want to manage blocked cookies via a "blacklist", rather than a whitelist. Also, I want to sel… (xem thêm)

Oh, good grief! How many times do I have to enter this information?! 1. I want to manage blocked cookies via a "blacklist", rather than a whitelist. Also, I want to select cookies to block from a current list, instead of having to memorize them and type them in manually. 2. I have "strict" tracking protection enabled, yet I get permanent cookies installed from websites I do not visit or interact with. For instance, if I open a new site web page, and that page has a Youtube video, even though it doesn't play (because I have autoplay blocked), yet the page adds a permanent Youtube cookie to my computer, that gets updated (and often multiplies), whenever I start my browser. Please provide a means to prevent this!

Được hỏi bởi fridaymanyfeathers 1 năm trước

Lần cuối trả lời bởi Terry 1 năm trước

  • Đã lưu trữ

I need help enabling cookies at a gaming website

I have tried to make sure cookies are enabled at BigFish.com website but I have probably made things worse or did it wrong. Both problems follow me around and please und… (xem thêm)

I have tried to make sure cookies are enabled at BigFish.com website but I have probably made things worse or did it wrong. Both problems follow me around and please understand I have also been in contact with BigFish techs but I am not getting far in any solution.

I was told to clear the browser cache which I have done both for Firefox and BigFish but I can detect no difference at all. I am still told at the BF website that cookies are needed in order for me to enter.

I am at my wits' end with this and at my age of 83 I feel like I am rushing on that downhill slide much more quickly due to this problem. I feel that I have made some error in my wildly clicking around but I don't always understand the terminology exactly.

If anyone knows how to explain this to me in perhaps easy steps I would be most appreciative.

Thank you,

Gail

Được hỏi bởi naturepreserve4 8 tháng trước

Lần cuối trả lời bởi cor-el 8 tháng trước

  • Đã lưu trữ

Special saving question

I have a number of Firefox windows opened with numerous bookmarks opened on each of them. Can I save them in such a way that, when I have to restart my computer, they wil… (xem thêm)

I have a number of Firefox windows opened with numerous bookmarks opened on each of them. Can I save them in such a way that, when I have to restart my computer, they will automatically re load?

Jim Birke

Được hỏi bởi jimbir 6 tháng trước

Lần cuối trả lời bởi cor-el 6 tháng trước