Visar frågor för ämne:

since my last update I am unable to access 4 web sites which I normally use

since my last update I am unable to access 4 web sites which I normally use.I have firefox ESR and am on windows 7. Edgesuite is blocking two of my sites, Sephora and Ar… (läs mer)

since my last update I am unable to access 4 web sites which I normally use.I have firefox ESR and am on windows 7. Edgesuite is blocking two of my sites, Sephora and Argos and QVC tells me they are unavailable. Scottish Power tells me there is a client error.

Please help.

Löst 1

I am unable to access any email on my Windows 11 computer, regardless of the email server (tds or gmail) or the browser (Firefox or Edge) used, and even when Bitdefender is turned off.

I turned off my HP computer with Windows 11 on August 1. Everything was working fine at that time. When I turned it on again on August 18, everything worked except email.… (läs mer)

I turned off my HP computer with Windows 11 on August 1. Everything was working fine at that time. When I turned it on again on August 18, everything worked except email. I can get email on my iphone, but not on my computer. I spent over an hour trouble-shooting with someone representing my email server, tds.net, with no resolution. I tried to access my email thru Firefox, my usual browser, as well as thru Edge. The message I get when trying to access my tds email is: "The connection has timed out. The server at mail.tds.net is taking too long to respond." I then went to an IT specialist who tried everything he could, including disabling Bitdefender, and nothing worked. I then tried to open an email account with gmail.com and received this message: "The page isn’t redirecting properly. Firefox can’t connect to the server at accounts.google.com." I don't know what else to try. Everything I read said the it is likely a problem with my anti-virus software, but the problem still exists when that is turned off. Is there anything else I can try???

Löst 3

Why are you censoring websites?

This morning I was able to access the website of: https://www.alexander-wallasch.de/ Now, ONE HOUR later I no longer can. You are doing this not for the first time, … (läs mer)

This morning I was able to access the website of: https://www.alexander-wallasch.de/ Now, ONE HOUR later I no longer can. You are doing this not for the first time, it happens regularly with websites that do not conform to what you would consider Mainstream! THis is not the sites fault. YOU ARE CENSORING ON PURPOSE: IF YOU WOULD NOT; YOU COULD SIMPLY ADD A BUTTON for every site THAT ALLOWS USERS TO OVERRIDE YOUR OPINIONS: WHY IS THAT NOT HAPPENBING? Why can the user not override your decision? Has anyone ever asked you for "help" like that?

Löst 27

"Access denied" error on specific website

I am running Firefox version 153.0.1 on a 64bit install of Windows 11. A few days ago I had to factory reset my computer, including a clean Windows install. Since then, … (läs mer)

I am running Firefox version 153.0.1 on a 64bit install of Windows 11.

A few days ago I had to factory reset my computer, including a clean Windows install. Since then, when attempting to access https://vodafone.cz/muj/prihlaseni, I get an Imperva Error 15 "Access Denied" error screen - screenshot attached here. Clicking the Imperva logo on the bottom of the error message leads to https://www.imperva.com/why-am-i-seeing-this-page/?src=23.

I was able to access the site in the past, most recently on July 8, 2026 - this would have been Firefox version 152.0.5.

This error persists in troubleshooting mode but not in private/anonymous (with or without extensions enabled), nor does it appear in Microsoft Edge or Firefox on Adroid.

Clearing cookies and cache did not help - in fact the error first showed up on a clean install of Firefox, when there weren't any cookies or cache stored yet. I've tried different DNS over HTTPS settings and listing the site as an exception in settings, but none of this made a difference. Enabling Firefox's built in VPN also made no difference, regardless of the selected location.

I found a recent post (https://support.mozilla.org/en-US/questions/1588627) describing a similar issue on a different website and tried the suggestion listed there to try a fresh profile - this seemed to work, but within a couple of minutes of browsing the error message returned. I've even reinstalled Firefox entirely, but this too did not help for long.

Interestingly enough, the error message lists a proxy IP address (not blacked out on the screenshot) despite the fact that I am not using a proxy.

The website provider's tech support claims this is an issue on the user side, not theirs - they have not been able to replicate the issue.

Is there anything I'm missing that would explain why this is happening?

Thanks!

Löst 3

Is Mozilla Firefox Blocking SpamTitan01.isomedia.com from my computer?

As of about last Thursday, I have been unable to access my Isomedia.com SpamTitan01 account. I usually have a trove of spam messages, which I look at and delete, except … (läs mer)

As of about last Thursday, I have been unable to access my Isomedia.com SpamTitan01 account. I usually have a trove of spam messages, which I look at and delete, except for the one or two that are real emails. For the last 5 days My Titan vault is empty, though it is trying to retrieve data. My address is [redacted] @pioneernet.net Could it be that a Firefox update is preventing me from access?

Nancy Moore

Löst 1

Warum blockt Firfox/verschleiert meinen Zugang und verhindert Verbindung für einen externen Benutzerzugriff ?

Hallo Firefox Team Ich habe ein Verbindungsproblem verursacht durch Firefox . Es ist ein Problem bei Abschluss der OSIP Registration aufgetreten nach ich mich mit den iPh… (läs mer)

Hallo Firefox Team

Ich habe ein Verbindungsproblem verursacht durch Firefox . Es ist ein Problem bei Abschluss der OSIP Registration aufgetreten nach ich mich mit den iPhone identiviziert, einem Account angelegt hatte und dieser bestätigt wurde. Leider verweigert die Seite ideas.esa.int den Externen Benutzerzugriff weil dieser verschleiert ist? Ein neuen Registrationsvorgang (unverschleiert) mit neuen Account E-mailadresse angelegt das gleiche Problem , kein Kontakt bzw. Ansprechpartner.

Mit freundlichen Grüßen Rolf Nieske

Löst 2

Network.lna.blocking parameter since Update 152.0.5 creates an issue within commercial web app OIDC authentication and service worker reloading

Our team has already tried to fix the issue for a week now and none of the approaches seem to fix the issue. Does the Firefox dev department have any hints or clues for u… (läs mer)

Our team has already tried to fix the issue for a week now and none of the approaches seem to fix the issue. Does the Firefox dev department have any hints or clues for us?

Short description: Firefox network.lna.blocking blocks same-origin/loopback requests when the page is controlled by a Service Worker

Symptom: Login via OIDC fails in Firefox (the backend call after the IdP redirect is blocked). The error disappears if either network.lna.blocking=false is set or the Service Worker is disabled.

Environment: - Frontend (react) and backend run on the same machine (loopback/localhost)—no cross-network scenario. - Firefox with active network.lna.blocking (experimental Local Network Access feature, Chromium’s equivalent is Private Network Access).

Root Cause (Analysis): 1. apps/react/sw.js registers a global fetch listener via Workbox and calls workbox.core.clientsClaim(). This causes every open page to be immediately controlled by the Service Worker. 2. registerServiceWorker() is called unconditionally on every app start, regardless of authentication state—even on the login/OIDC page. 3. The app uses hash-routing (URL fragments like “#/oidc”); the login page and the rest of the app share the same document URL, so you can’t restrict the SW scope to “everything except login.” 4. Once a page is Service-Worker-controlled, every fetch—including requests not explicitly handled by Workbox routes—first goes through the SW’s fetch event (default behavior when any fetch listener is registered) before proceeding to the network if it isn’t intercepted. 5. Hypothesis: Firefox’s LNA implementation doesn’t correctly inherit the address-space classification (loopback/private/public) for SW-forwarded requests across the controlling client. A direct document fetch (loopback→loopback) is allowed, but an identical target fetch routed through the SW is blocked.

Reproduction (minimal): 1. Use Firefox with network.lna.blocking=true (the default in affected versions). 2. Load a page that registers a Service Worker with a fetch-event listener (e.g. via Workbox precacheAndRoute + clientsClaim()). 3. Ensure both the page and the target resource are served from localhost/loopback. 4. From the SW-controlled page, call fetch() against the loopback target resource → the request is blocked. 5. By comparison, the same fetch from a non-SW-controlled page succeeds. 6. Setting network.lna.blocking=false also allows the fetch to succeed under SW control.

Excluded Causes: - Different address spaces for frontend/backend (both are on the same loopback machine)—ruled out. - Misclassification due to redirect_uri or cross-origin navigation—the OIDC redirect is a top-level navigation (unaffected); only the subsequent backend call (token exchange/session validation in SsoLogin.tsx → ssoLoginSubmit) fails.

Löst 2 40

Why on earth is it impossible to access sites like Newgrounds on Firefox but works fine on anything else?

Heyo! So, I've had this ongoing issue with Firefox for quite some time around trying to access the Newgrounds website, but failing to do so. I have tried several things s… (läs mer)

Heyo! So, I've had this ongoing issue with Firefox for quite some time around trying to access the Newgrounds website, but failing to do so. I have tried several things such as disabling the enhanced tracking setting, disabling DNS over HTTPS, forcing cookies and third-party popups to be allowed but that does not work what so ever and disabling enhanced tracking is greyed out so it's not even clickable to toggle off.

One thing that did work was to use the built-in VPN, but I really don't want to constantly have to use a VPN to browse one singular site every time I want to access it. So now for the question. Has anyone else experienced this? And if you have, how did you solve it if at all?

Löst 5 10

a website (e.g. olivegarden.com) automatically redirects to the country-specific website

I am trying to browse a particular website (olivegarden.com), but it automatically redirects me to the country-specific website (olivegarden.ca). I have tried it on diffe… (läs mer)

I am trying to browse a particular website (olivegarden.com), but it automatically redirects me to the country-specific website (olivegarden.ca). I have tried it on different browsers but I get the same result. It does not do it for Amazon or other websites for example. When I use a VPN, I have no problem accessing the .com website. Do I need to adjust the settings on Firefox or is this an issue with Olive Garden? I have reached out to them but so far they are unable to help me.

Löst 1 1 50

Google not working

Google has not worked on Firefox for me for the last 2-3 days and always gives the same error message: " The connection has timed out. The server at www.google.co.uk is t… (läs mer)

Google has not worked on Firefox for me for the last 2-3 days and always gives the same error message: " The connection has timed out. The server at www.google.co.uk is taking too long to respond."

This issue only exists in Firefox, not in Opera or Edge. I have tried clearing the cache, using using Troubleshoot Mode, changing proxy settings to No Proxy, disabling antivirus, restarting the browser, and restarting my PC. None of these have made any difference, not even a slightly different error message. Google does, however, still work on my Firefox for Android.

As far as I can tell so far, Google is the only website affected by this issue, every other website works fine. Gmail and YouTube also still work fine, it's really only Google search.

Any help with this would be greatly appreciated!

Löst 5 149

Can't Load Website Due To cgi-sys/suspendedpage.cgi

Hi, I am trying to go to a particular website and I get this error message in different browsers including Firefox and my android smart phone. What does this mean? Is the… (läs mer)

Hi,

I am trying to go to a particular website and I get this error message in different browsers including Firefox and my android smart phone. What does this mean? Is there a problem with his website.

Thank you, Amy

Löst 7 60

no action when I type in a search term or a web address sometimes

Hello- about 6 or 7 months ago I started noticing issues where I will type in a web address or a search term and it will not do anything after pressing enter. Just sit… (läs mer)

Hello- about 6 or 7 months ago I started noticing issues where I will type in a web address or a search term and it will not do anything after pressing enter. Just sit there blank. This does not happen all the time but is happening enough that it is frustrating. for example I could type in bank of america or amazon.com or something like that and it will not do anything. No spinning wheel no anything. I can delete what I typed in and try typing something else and the same thing. I can open a new window and try searching again and it will do the same thing. Then a few minutes later I can try it again and it will work fine. BUT what DOES work always is if I open a new private window and search that way it will always work.

Any thoughts? i've deleted cache/browser history, cookies, un-installed and re-installed. I have the firefox is up to date message. I am using FIrefox 151.0.3 64 bit Using windows 11 Home version 25H2

I use Google as my default search engine in firefox.

Thanks

Ryan

Löst 5 1 40

a verification page with old looking captcha visuals now required to open firefox

Whenever I now try open firefox, i get a verification page with old looking captcha visuals that is required to open firefox. Why and how do I remove that. About this p… (läs mer)

Whenever I now try open firefox, i get a verification page with old looking captcha visuals that is required to open firefox. Why and how do I remove that.


About this page

Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. Why did this happen?


IP address: 2a02:6ea0:c472:64f6:eee7:e1ee:f337:19e1 Time: 2026-06-09T19:17:33Z URL: https://www.google.com/search?client=firefox-b-1-d&q=three+ladies+atwork&sei=YmYoaofjH9OlptQPtMq1gA4

Löst 1 20