Can't connect on FF with NordVPN

Hi, I'm on OS Windows 11 and the latest version of FF (133). I also use NordVPN; I can access the web via Edge and Chrome with VPN, but for the last month, it doesn't wo… (читати далі)

Hi,

I'm on OS Windows 11 and the latest version of FF (133). I also use NordVPN; I can access the web via Edge and Chrome with VPN, but for the last month, it doesn't work with FF. What could be the problem?

Запитання від Bill_Blackman 1 день тому

Остання відповідь від jonzn4SUSE 13 годин тому

can't download app to let repair person to see my computer. This started after the last download!!!!!!!

can't download app to let repair person to see my computer. This started after the last download!!!!!!! I'm sorry I have FIREFOX it causes nothing but problems. No way… (читати далі)

can't download app to let repair person to see my computer. This started after the last download!!!!!!!

I'm sorry I have FIREFOX it causes nothing but problems. No way to actually TALK to someone to get help.

Useless, as far as I'm concerned. Any chance someone can really help me??????

Запитання від CaliforniaLady 16 годин тому

Остання відповідь від jonzn4SUSE 13 годин тому

Unable to complete transaction

I am increasingly unable to complete transactions using Firefox. I've been a Firefox users for years and I've never encountered as many problem as I am now. Websites gi… (читати далі)

I am increasingly unable to complete transactions using Firefox. I've been a Firefox users for years and I've never encountered as many problem as I am now. Websites give me error messages saying they are unable to confirm my log-in credentials, or something similar. I've contacted a number of vendors who say that they are noticing an increase in the number of customers saying the same thing. My only recourse has been to place the order on the phone OR use another browser. What's up? Thanks.

Запитання від tosca2 2 дні тому

Остання відповідь від markwarner22 18 годин тому

Temporary web page disruptions

When on a web page or e-mail I regularly get a spinning multi colored ball which stops/interrupts the loading of the page. It will last for 3/4/5 seconds and then stop. W… (читати далі)

When on a web page or e-mail I regularly get a spinning multi colored ball which stops/interrupts the loading of the page. It will last for 3/4/5 seconds and then stop. What's up ??

Запитання від meuch1 6 днів тому

Остання відповідь від jonzn4SUSE 18 годин тому

FireFox is Broken caused by possibly last update!

Firefox is verified Broken! Whatever Firefox did with its last update is causing major problems. Spent hours with the internet provider and websites trying to figure out … (читати далі)

Firefox is verified Broken! Whatever Firefox did with its last update is causing major problems. Spent hours with the internet provider and websites trying to figure out why could not access webpages and internet accounts.

Firefox is taking forever to load pages and often just times out or never actually loading the page. When I can get to a page, something is interfering with account access on webpages. Spent 3 hours with AT&T where they monitored trying to access my email account.

Could access with Edge, Chrome and Safari. However, Firefox is dead and will not allow me to access websites as pages do not load or interferes with account access.

Mozilla support needs to fix this issue ASAP or I will be forced to leave Firefox for good. I know I am not the only one having this issue! I was willing to put in the effort to verify if Firefox was actually broken or not!

Запитання від pablo222 22 години тому

Остання відповідь від chris wilson 22 години тому

Live.com (hotmail.com) page stopped opening yesterday, current Firefox, Mac Mini Catalina. 10.15.7

My hotmail Email page stopped opening yesterday morning. I can open the Live.com page on my Android phone and Safari. I Don't like Safari, and I want to be on Firefox on… (читати далі)

My hotmail Email page stopped opening yesterday morning. I can open the Live.com page on my Android phone and Safari. I Don't like Safari, and I want to be on Firefox on my desktop.

Запитання від bill.taylor43 3 дні тому

Остання відповідь від jonzn4SUSE 1 день тому

Firefox is exceedingly slow!

Firefox has become exceedingly slow. I have used Firefox for the most part going back to the beginning save a 2 year stint when Mozilla fell behind and did not update the… (читати далі)

Firefox has become exceedingly slow. I have used Firefox for the most part going back to the beginning save a 2 year stint when Mozilla fell behind and did not update the product in the early years after ver 4. However, the slowness of Firefox is so bad now that I may have to find or use another browser! It is literally that bad! This problem is recent as in the last 45 days as far as my individual needs. I have already gone through the troubleshooting list and made the modifications. That seemed to work for a day or two but the slowness of Firefox is progressively getting worse with each passing day.

The speed is like 3 minutes to 10 minutes when just trying to open a known and commonly used bookmark. Checked against Edge which came with Win 11 and Edge loads within a second or two. So, the problem is not hardware or internet connection. I have one of the fastest speeds on the planet with a true fiber optic connection as I am close to the backbone location in my city. We are talking 2.1gig down and 820MB up. Tested against two different speed tests. The problem is with Firefox specific. Mozilla needs to address this issue as it seems to be an ongoing problem across several IOS platforms.

Запитання від pablo222 2 дні тому

Остання відповідь від jonzn4SUSE 1 день тому

Firefox Extension Failed Connection

Greetings Customer Service @ Mozilla While attempting to Turn on Mozilla Firefox Extension to Intensify the Detection Technologies through my Kaspersky Premium Software, … (читати далі)

Greetings Customer Service @ Mozilla While attempting to Turn on Mozilla Firefox Extension to Intensify the Detection Technologies through my Kaspersky Premium Software, I received the following error message:

Secure Connection Failed

An error occurred during a connection to addons.mozilla.org. The OCSP response is not yet valid (contains a date in the future).

Error code: SEC_ERROR_OCSP_FUTURE_RESPONSE

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

I would appreciate any assistance or feedback on this to determine a solution for the problem!

Thank You Respectfully John Jablonsky sadisticsurfer@gmail.com

Запитання від sadisticsurfer 1 день тому

Остання відповідь від jonzn4SUSE 1 день тому

CORS Configuration Issue in Firefox – Works in Chrome

Hi, I'm developing a website that needs to authenticate with an external endpoint. Once authenticated, the website receives a session cookie that it uses for subsequent … (читати далі)

Hi,

I'm developing a website that needs to authenticate with an external endpoint. Once authenticated, the website receives a session cookie that it uses for subsequent API requests.

I've configured the CORS headers on both Apache and Nginx, but I can't get it to work in Firefox. Interestingly, the same setup works perfectly in Google Chrome.

Here's an example of the headers I receive using a curl call:

curl -X OPTIONS https://crlliria.moval.es/web/session/authenticate \ -H "Origin: https://gis.moval.es" \ -H "Access-Control-Request-Method: POST" -I -k

HTTP/1.1 204 No Content Server: nginx Date: Wed, 04 Dec 2024 10:23:24 GMT Connection: keep-alive Access-Control-Allow-Origin: https://gis.moval.es Access-Control-Allow-Credentials: true Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range Access-Control-Max-Age: 1728000 Content-Type: text/plain; charset=utf-8 Content-Length: 0

Despite these headers appearing correct, Firefox throws the following error:

"Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’."

I know the Access-Control-Allow-Origin value is not * (it's set to https://gis.moval.es), so this message might not reflect the real issue. However, I can't figure out how to debug it further.

Questions:

Is there anything specific about Firefox's handling of CORS and credentials that might cause this issue? Are there tools or techniques I can use to diagnose the actual problem? Could there be a subtle discrepancy in the request or response that Firefox is stricter about compared to Chrome? Any help or suggestions would be greatly appreciated!

Thanks in advance.

Запитання від Salvador Sánchez Aroca 1 день тому

Остання відповідь від Draven Locke 1 день тому

Internet only fulfills website connection after the next request

Here's an example of the scenario I'm suffering: - You want to go do something on a website, say Bacefook (as a demonstration). So you go search up "Bacefook", and enter.… (читати далі)

Here's an example of the scenario I'm suffering: - You want to go do something on a website, say Bacefook (as a demonstration). So you go search up "Bacefook", and enter. - You use the Google search engine, as it does the job. However, you notice it has been taking a few seconds longer than anticipated. - Your internet times out and says it's having trouble connecting to the website. - You refresh, and suddenly the website perfectly loads.

Sometimes it even takes more than one refresh to get it to load normally! And this is not limited to the google search engine. It happens on all sorts of websites. There is no clear pattern to when a website actually loads or not. This problem is limited to my 2 WiFi routers, as other WiFi routers load all websites perfectly.

I decided to check the network tab in the inspect element for more information. I get "NS_ERROR_UNKNOWN_HOST" which is clearly false because the target website clearly exists. And the timings tab in the faulty request shows that every timing took 0 milliseconds to fulfill, so it may be the case that no data has been sent. (Seen in image below)

Chrome doesn't really have an issue with this. YouTube may have taken a long time to load in a test experiment though but it loaded successfully all along.

This also seems to be appearing elsewhere for a lot of internet request my computer makes, so it may be an internet setting that exists from one application from another. But it's been bugging me a lot with Firefox specifically.

This problem started happening about 1-2 months ago, and I use Firefox 131.0.3, the latest version of Firefox.

Запитання від notUniqueNotLolNotOwo 3 дні тому

Остання відповідь від TyDraniu 1 день тому

Stutter on Videos on Firefox 133.0 (aarch64)

YouTube only on Firefox has terrible stutter/frame pacing issues, most prevalent when watching 4k/60 content. "Stats for nerds" shows a healthy buffer and minimal dropped… (читати далі)

YouTube only on Firefox has terrible stutter/frame pacing issues, most prevalent when watching 4k/60 content. "Stats for nerds" shows a healthy buffer and minimal dropped frames. This issue is not present when watching local videos or on Microsoft Edge. The issue can be alleviated by watching in 1080p60 but stutter/judder is still present. The issue is not resolved no matter what power or performance options I choose in my laptop's settings. Any help is super appreciated, as I really don't want to open Edge every time I need to use YouTube. Thanks!

Specs: Samsung Galaxybook4 Edge Snapdragon X Elite X1E-84-100 16GB RAM 60 / 120hz screen Firefox Hardware Acceleration on

Запитання від Ergonomic Pizza 1 тиждень тому

Остання відповідь від TyDraniu 1 день тому

Firefox crashes when logging in to gmail

For several weeks now, whenever I try to log in to a google account, Firefox crashes. The crash happens on the screen where you enter your email address, before the page … (читати далі)

For several weeks now, whenever I try to log in to a google account, Firefox crashes. The crash happens on the screen where you enter your email address, before the page where you enter your password. I start to enter my email, and about 3 letters in to typing my entire browser freezes. The crash also happens in troubleshooting mode, so I know that it isn't a problem with one of my plug-ins. This isn't an urgent issue, I can get by with the gmail accounts that are already logged in, but it is really annoying.

Запитання від samhunt0212 1 тиждень тому

Остання відповідь від jonzn4SUSE 1 день тому

severe performance issues

Hi, I have been using Mozilla for decades. In the last few weeks, the browser is constantly crashing. I heard there were some large scale denial of service attacts on … (читати далі)

Hi,

I have been using Mozilla for decades. In the last few weeks, the browser is constantly crashing. I heard there were some large scale denial of service attacts on Mozilla and I feel like I am seeing the effects. My browser is upto date so that isn't the issue. Is there anything I can do? If it doesn't get better soon I will have to switch to Chrome or worse :-( YUK! I love you guys and really hope there is a solution.

Запитання від dontspamme 1 день тому

Остання відповідь від jonzn4SUSE 1 день тому

Tab function

I am trying to move one tab from one window to another. It says I should be able to move it just by clicking on the tab and dragging it to the window I want to move it t… (читати далі)

I am trying to move one tab from one window to another. It says I should be able to move it just by clicking on the tab and dragging it to the window I want to move it to. But, when I try this nothing happens, it won't move.

Want can I do to resolve this?

Thanks

Запитання від curt_hoagland 2 дні тому

Остання відповідь від cor-el 1 день тому

bligation to make updates >___<

I'm really fed up with this new obligation to make updates to continue using the navigator or to see the web pages prohibited from access! It's stupid, safety or not. Be… (читати далі)

I'm really fed up with this new obligation to make updates to continue using the navigator or to see the web pages prohibited from access! It's stupid, safety or not.

Be interrupted in my activities; lose all my open tabs in private navigation; Having to reconnect with the MFA ...

Do you think I only have that to do ??? And in what name do you allow yourself to decide for me when to make the updates? Even deactivate this using "about: config" is automatically (and disrespectfully) changed in TRUE ... It looks like Microsoft act!

If this absurdity is not abandoned quickly, I uninstall this navigator and will never come back to it!

Запитання від Petit Suisse 1 день тому

Остання відповідь від jscher2000 - Support Volunteer 1 день тому

MOzilla is crashing

3 times in the last 24 hours my desktop computer has crashed when on Mozilla. I run Mozilla and Chrome at the same time, but this has never happened when on Chrome. But… (читати далі)

3 times in the last 24 hours my desktop computer has crashed when on Mozilla. I run Mozilla and Chrome at the same time, but this has never happened when on Chrome. But many things run better on Mozilla so use it frequently. There is no common site I've been on. Also, once restarted, sites that automatically logged in now require a password. And some sites I can no longer access. It's run worse since a recent automatic update by Mozilla. Ideas?

Запитання від davehspncr 1 тиждень тому

Остання відповідь від jrmuizel 1 день тому