Showing questions for topic:

Bei deepl.com j´kallpt die Weiterleitung zur App nach Anmeldung nicht

Ich habe einen DEepl Pro Account. Mein Standardbrowser ist Firefox. Ich melde mich im Firefox-Browser für die Desktop-App an. Es erscheint der Hinweis: "Du hast dich erfo… (read more)

Ich habe einen DEepl Pro Account. Mein Standardbrowser ist Firefox. Ich melde mich im Firefox-Browser für die Desktop-App an. Es erscheint der Hinweis: "Du hast dich erfolgreich angemeldet und wirst gleich zur App weitergeleitet." Die Weiterleitung scheint von Firefox blockiert zu werden (wozu eigentlich???). In den Einstellungen ist meine Präferenz für Deepl.com korrekt aktiviert. Ich möchte Firefox als Standardbrowser nicht aufgeben, doch das scheint die einzige bekannte Lösung zu sein, die sofort hilft. Ich nutze an einem PC mit Windows 11.

Meine Frage: Wo kommt dieser Bug her und wie muss ich Firefox genau einstellen, damit solche Blockaden nicht passieren?

(Ich beobachte solche dummen, unerwünschten Blockaden in Firefox leider häufig, nehme dann manchmal den Link und öffne ihn einfach in Chrome, was immer problemlos möglich ist. Ich möchte nicht die Funktionalität des Browsers mit endlos vielen "Sicherheitseinstellungen" erwürgen.)

Open

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

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

Open

FIREFOX BLOCKED PAGES I KNOW ARE OK

blocking pages https://www.ui-deref.com/r/?to=https://data.notification-htp.dish.com/ee/v1/click%3Fparams%3Dv1.10COjSKNA5PrObazTisehHaAu92BIO9JYdMGyGMpqr4WinxM1dh598psfuB… (read more)

Open 4 3

I'm trying to allow a pop up in a particular website but I've failed so far. WHat can I do now?

I asked AI: "I'm being prevented from using options which cause pop ups but I don't think I've deliberately changed any settings. I want to use "analyze the board" on the… (read more)

I asked AI: "I'm being prevented from using options which cause pop ups but I don't think I've deliberately changed any settings. I want to use "analyze the board" on the Gameknot website but I'm being prevented from using it. How can I get it back?" I followed the instructions: "Mozilla Firefox: Click the three lines (top right) > Settings > Privacy & Security > Permissions. Go to the "Pop-up windows" section and click Exceptions, then add https://gameknot.com" but I haven't re-acquired use of the pop up I ant to continue working. I want it back and its extremely irritating as the work around is very long and boring.

Open

FireFox is blocking a site that I don't want blocked even though I've added it to my exceptions list

I have been using mail.com for over 20 years with no problems. This past week I started getting the attached error screen whenever I click on a link embedded in my email … (read more)

I have been using mail.com for over 20 years with no problems. This past week I started getting the attached error screen whenever I click on a link embedded in my email (for example, a link in an email from the Washington Post to the text of a full article on the Post's website). I've tried adding this site to my exceptions list, but this screen still keeps popping up. When I click on the "ignore the risk" link I get another error screen -- "Error 400 -- bad request." How can I fix this?

Open 1 2

websites I have been on many times before are not being blocked how can I stop it

websites are being blocked when I click on links from my email account and I don't know why but I also want it stopped the websites are Stage32.com and https://course.fp… (read more)

websites are being blocked when I click on links from my email account and I don't know why but I also want it stopped the websites are Stage32.com and https://course.fp-platform.online/learn/hRpTYcFi2UyZKzLm2gaOHg/theory

Open 5 1 99

Synchronization when blocked

Hello! I am a user from Russia. Our Roskomnadzor blocks Firefox sync addresses. Unfortunately, this makes it difficult to synchronize browsers on different devices. Can y… (read more)

Hello! I am a user from Russia. Our Roskomnadzor blocks Firefox sync addresses. Unfortunately, this makes it difficult to synchronize browsers on different devices. Can you tell me how to get around this and keep the synchronization option?

Open 4 1

getting screaming red scream from gargle with malware warning

I use a site nextdoor.com and get email notifications. On opening the email, I see the option to view the comment, on clicking on view, this is what happens: . "The site … (read more)

I use a site nextdoor.com and get email notifications. On opening the email, I see the option to view the comment, on clicking on view, this is what happens: . "The site ahead may contain harmful programs

Firefox blocked this page because it might try to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites you visit).

Advisory provided by Google Safe Browsing." And I can go not further. Why is this happening? How do I dump it and proceed with using nextdoor as normal. gargle is a blight on all users, and I want nothing to do with them. Is it time for me to change browsers?

Open 1

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

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.

Solved 2 20

I cannot get into X (twitter)

I turn that off and still no Twitter and your system turns it back on again all by itself, your settings are doing what they want to do, not what I SAY to do. Now, I cann… (read more)

I turn that off and still no Twitter and your system turns it back on again all by itself, your settings are doing what they want to do, not what I SAY to do. Now, I cannot get into Twitter.

Open 2

why does firefox not connect to mail.com ? any ideas how to fix thanks in advance. Server Not Found Firefox can’t connect to the server at 6938e629511d9131a58e28150289aa0a.safeframe.googlesyndication.com.

I cant use firefox to connect to mail.com. I can connect by other browsers just not with firefox. Server Not Found Firefox can’t connect to the server at 6938e629511d91… (read more)

I cant use firefox to connect to mail.com. I can connect by other browsers just not with firefox. Server Not Found

Firefox can’t connect to the server at 6938e629511d9131a58e28150289aa0a.safeframe.googlesyndication.com.

Open 1 20