Showing questions tagged: Show all questions
  • Archived

"Access Denied" message

Just recently when I log on to StubHub.com, I get the message "Access Denied." I don't get it on my iPad, my iPhones, or on the Chrome Browser. What happened? What do I n… (read more)

Just recently when I log on to StubHub.com, I get the message "Access Denied." I don't get it on my iPad, my iPhones, or on the Chrome Browser. What happened? What do I need to do to be able to log on to StubHub again?

Asked by rogerhanderson 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

Google sign in says that I have cookies disabled when I don't

I can't use google authorization. Everytime I try so sign into a web app using my Google ID i get a message that says "Your browser has cookies disabled. Make sure your c… (read more)

I can't use google authorization. Everytime I try so sign into a web app using my Google ID i get a message that says "Your browser has cookies disabled. Make sure your cookies are enabled and try again". My browser privacy settings are set to "standard".

Asked by lucasespin 1 year ago

Last reply by Terry 1 year ago

  • Archived

Connect to remote Websocket from localhost doesn't send cookies

Hi, I am web developer. App I am working on need to connect to remote host by webscoket and send auth cookies to it (aws guard). The problem is when I run app on the loc… (read more)

Hi, I am web developer. App I am working on need to connect to remote host by webscoket and send auth cookies to it (aws guard). The problem is when I run app on the local host (dev mode), it works fine in every Chrome based browser, and even Safari, but unable to connect in FF.

For example, my app runs on localhost:8080, and Websocket host is ws.dev.myapp.com For successeful coonection, handshake request should include cookies from .dev.myapp.com domain, or even .myapp.com. So, you can see on screenshots, cookies not included on request from localhost, and we get 403 error instead of 101 on second pic.

I guest this is some secutiry setting I can tweak, but I can't see what exactly. Or can it be a bug?

Asked by [e]Bu$ter 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

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… (read more)

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 year ago

Last reply by cor-el 1 year ago

  • Archived

Release 104 Cross-site Redirect Issue

It appears with the latest update, 104.0, my customers are no longer able to log into their accounts with my web site. The console is showing the following warning: Coo… (read more)

It appears with the latest update, 104.0, my customers are no longer able to log into their accounts with my web site. The console is showing the following warning:

Cookie "JSESSIONID" with the "SameSite" attribute value "Lax" or "Strict" was ommited because of a cross-site redirect.

So the JSESSION ID cookie is being omitted, which is preventing the login process from working correctly.

Going into settings => Privacy and Security and unchecking cookies from the Custom setup still doesn't fix the issue.

The behavior seems to be inconsistent as the same version of Firefox works fine for me on one machine, but generates this warning another, even with the same settings.

Can you explain in more detail why this is happening and steps to fix it?

Thank you, M. Warble

Asked by m.warble 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Cannot unblock third party cookies

After an update, cannot use my online banking fully. Get the error: "Why can't I access Bill Pay?" "You might have cookies blocked or cross-site tracking prevented. Depen… (read more)

After an update, cannot use my online banking fully. Get the error: "Why can't I access Bill Pay?" "You might have cookies blocked or cross-site tracking prevented. Depending on what browser you are using, check you settings for these terms:

  • Block third party cookies
  • Cookie tracking
  • Cross-site tracking

Make sure cookies are not blocked and cross-sight trackingis enabled. Follow any additional instructions in your browswer once you have adjusted these settings"

Asked by Larry 1 year ago

Last reply by cor-el 1 year ago

  • Archived

I cannot access ( Medical Office Simulation Software) within Cengage Learning System; Document Sizesited

I am unable to access my Medical Office Simulation Software within Cengage Learning System Message says Document size is not supported, increase browser size or change or… (read more)

I am unable to access my Medical Office Simulation Software within Cengage Learning System Message says Document size is not supported, increase browser size or change orientation.Also the message about clearing ad blockers keeps repeating after Ive cleared cookies and cache on all my devices.

Asked by ddaisy870 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

Can't open New Yorker

When navigating to the New Yorker, an error message appears that says "The page isn’t redirecting properly An error occurred during a connection to www.newyorker.com. Th… (read more)

When navigating to the New Yorker, an error message appears that says "The page isn’t redirecting properly

An error occurred during a connection to www.newyorker.com. This problem can sometimes be caused by disabling or refusing to accept cookies.

It looks like firefox is set up to accept cookies. Where do we need to make the change?

Asked by icgriff 1 year ago

Last reply by cor-el 1 year ago

  • Archived

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… (read more)

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.

Asked by ConstantineBorg6@ 1 year ago

Last reply by cor-el 1 year ago

  • Archived

cookies

I love using Firefox but was very surprised. First thing I do is run anti spyware software to clear all the cookies, etc. Then, I opened a private window and access some… (read more)

I love using Firefox but was very surprised. First thing I do is run anti spyware software to clear all the cookies, etc. Then, I opened a private window and access some of my private information. Closed the browser. Then ran the anti spyware again only to find 3 files that were found as invasive. I thought if I used the private window I was protected. What happened? Did I misunderstand?

Asked by skigolf2 1 year ago

Last reply by cor-el 1 year ago

  • Archived

How do I transfer my cookies from Chrome to Firefox?

I am trying to transfer my cookies from Chrome over to Firefox, yet the import wizard has no mention of cookies under the chrome category. Things such as Edge Legacy and … (read more)

I am trying to transfer my cookies from Chrome over to Firefox, yet the import wizard has no mention of cookies under the chrome category. Things such as Edge Legacy and Internet Explorer have the cookies tab available.

I read that there was a way to do it manually, but I'm unsure of how.

I know things such as CookieBro exist, but I'm unsure if they're safe and they seem like a way to get all my tokens logged.

Asked by Bulletdozer 1 year ago

Last reply by Terry 1 year ago

  • Archived

Gmail keeps asking for 2 step verification after "trusting" my computer.

So for my main gmail I have 2 step for obvious security reasons, but I want it to trust my PC so that I don't have to pull out my phone every time I try to access it. No … (read more)

So for my main gmail I have 2 step for obvious security reasons, but I want it to trust my PC so that I don't have to pull out my phone every time I try to access it. No matter how many times I click the option to trust this PC it always ask' for the 2 step, and I don't see the PC on the trusted list in my gmail settings. I have already added "mail.google.com" to the exceptions part of the cookie and site data settings, even "account.google.com" but it just doesn't seem to work. What is the obvious thing that I am missing?

Asked by frankogames 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Firefox keeps resetting my cookie preferences (on restart?)

Every week or so, I discover that my most visited sites ask me again for cookie consent, meaning whatever I saved the previous time gets removed. This also happens with e… (read more)

Every week or so, I discover that my most visited sites ask me again for cookie consent, meaning whatever I saved the previous time gets removed. This also happens with extensions (for example, I get logged out of my password manager extension). I strongly suspect this happens after Firefox performs updates in the background.

It's incredibly frustrating and I am considering switching to another browser, after using Firefox for more than 10 years. This behavior started this year, and I've been struggling to understand why and what I can do about it.

I would very much appreciate some help on fixing this, it's driving me crazy. Thanks in advance.

Version 106.0.5 (64-bit) Windows 10

Asked by mihai.borcan 1 year ago

Last reply by cor-el 1 year ago