Wo le biabia siwo wotag la fiam: Fia biabiawo katã

Performance Issue on Scroll-to-page Website

Second website I've encountered in just a few days where Firefox will not display the article that appears below the initial screen. Both sites use the "down arrow" symb… (xle nububuwo)

Second website I've encountered in just a few days where Firefox will not display the article that appears below the initial screen. Both sites use the "down arrow" symbol at the bottom of the page to indicate that the reader needs to scroll down to continue viewing. When I scroll, there is no article, just a jumbled version of the menu information at the bottom of most websites. Edge and Chrome display the article properly.

Here's the latest site with that problem: https://www.defensenews.com/naval/2023/10/04/can-the-us-navy-save-money-by-accepting-the-lcs-as-a-sunk-cost/.

Any help is appreciated.

Asked by Dwight 22 gaƒoƒo siwo va yi

CORS request did not succeed

To whom it may concern, I have an angular application accessing data from a 3rd party data provider. To get data, POST-requests are sent to the data provider REST API (h… (xle nububuwo)

To whom it may concern,

I have an angular application accessing data from a 3rd party data provider. To get data, POST-requests are sent to the data provider REST API (https://capzlog.aero). The application works correctly using Google Chrome and Microsoft Edge. However, when using Firefox, the following error appears:

"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs. (Reason: CORS request did not succeed). Status code: (null)."

As the POST request contains basic authentication, a preflight-request (OPTIONS) is first sent to the data provider. This request fails when using Firefox (but not when using Chrome or Edge), see attached screen-shots.

I have spent 4 days on the internet trying to figure out a solution, but I could not solve the issue. I tried the following: 1) check the certificates of the 3rd party provider (https://capzlog.aero): There are no issues. 2) start Firefox in safe-mode, disactivating the "Enhanced Tracking Protecting", clearing the cache. 3) changing the following Firefox settings:

   security.enterprise_roots.enabled (true<->false)
   security.tls.version.min (1<->3)
   security.tls.version.max (2<->4)
   network.http.network-changed.timeout

I tried sending the "OPTIONS"-request using curl and it worked as expected:

curl --verbose -XOPTIONS -H "Access-Control-Request-Method: POST" -H "Origin: https://projectz.numericalsolutions.ch" https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs

  • Host capzlog.aero:443 was resolved.
  • IPv6: (none)
  • IPv4: 156.67.9.80
  • Trying 156.67.9.80:443...
  • Connected to capzlog.aero (156.67.9.80) port 443
  • ALPN: curl offers h2,http/1.1
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • TLSv1.3 (IN), TLS handshake, Server hello (2):
  • TLSv1.2 (IN), TLS handshake, Certificate (11):
  • TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  • TLSv1.2 (IN), TLS handshake, Server finished (14):
  • TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  • TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (OUT), TLS handshake, Finished (20):
  • TLSv1.2 (IN), TLS handshake, Finished (20):
  • SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / secp384r1 / rsaEncryption
  • ALPN: server accepted h2
  • Server certificate:
  • subject: CN=capzlog.aero
  • start date: Dec 31 10:14:59 2024 GMT
  • expire date: Mar 31 10:14:58 2025 GMT
  • subjectAltName: host "capzlog.aero" matched cert's "capzlog.aero"
  • issuer: C=US; O=Let's Encrypt; CN=R10
  • SSL certificate verify ok.
  • Certificate level 0: Public key type RSA (3072/128 Bits/secBits), signed using sha256WithRSAEncryption
  • Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
  • Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
  • using HTTP/2
  • [HTTP/2] [1] OPENED stream for https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs
  • [HTTP/2] [1] [:method: OPTIONS]
  • [HTTP/2] [1] [:scheme: https]
  • [HTTP/2] [1] [:authority: capzlog.aero]
  • [HTTP/2] [1] [:path: /api/pel/public/externalsystemflights/GetMissingIDs]
  • [HTTP/2] [1] [user-agent: curl/8.6.0]
  • [HTTP/2] [1] [accept: */*]
  • [HTTP/2] [1] [access-control-request-method: POST]
  • [HTTP/2] [1] [origin: https://projectz.numericalsolutions.ch]

> OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/2 > Host: capzlog.aero > User-Agent: curl/8.6.0 > Accept: */* > Access-Control-Request-Method: POST > Origin: https://projectz.numericalsolutions.ch > < HTTP/2 204 < cache-control: private < server: Microsoft-IIS/10.0 < access-control-allow-origin: https://projectz.numericalsolutions.ch < access-control-allow-credentials: true < x-aspnet-version: 4.0.30319 < x-powered-by: ASP.NET < date: Thu, 16 Jan 2025 07:12:32 GMT <

  • HTTP/2 stream 1 was not closed cleanly: HTTP_1_1_REQUIRED (err 13)
  • Downgrades to HTTP/1.1
  • Connection #0 to host capzlog.aero left intact
  • Issue another request to this URL: 'https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs'
  • Found bundle for host: 0x55ecfa0a46e0 [can multiplex]
  • Hostname capzlog.aero was found in DNS cache
  • Trying 156.67.9.80:443...
  • Connected to capzlog.aero (156.67.9.80) port 443
  • ALPN: curl offers http/1.1
  • SSL reusing session ID
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • TLSv1.3 (IN), TLS handshake, Server hello (2):
  • TLSv1.2 (IN), TLS handshake, Finished (20):
  • TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  • TLSv1.2 (OUT), TLS handshake, Finished (20):
  • SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 / secp384r1 / UNDEF
  • ALPN: server accepted http/1.1
  • Server certificate:
  • subject: CN=capzlog.aero
  • start date: Dec 31 10:14:59 2024 GMT
  • expire date: Mar 31 10:14:58 2025 GMT
  • subjectAltName: host "capzlog.aero" matched cert's "capzlog.aero"
  • issuer: C=US; O=Let's Encrypt; CN=R10
  • SSL certificate verify ok.
  • using HTTP/1.x

> OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/1.1 > Host: capzlog.aero > User-Agent: curl/8.6.0 > Accept: */* > Access-Control-Request-Method: POST > Origin: https://projectz.numericalsolutions.ch > < HTTP/1.1 204 No Content < Cache-Control: private < Transfer-Encoding: chunked < Server: Microsoft-IIS/10.0 < Access-Control-Allow-Origin: https://projectz.numericalsolutions.ch < Access-Control-Allow-Credentials: true < X-AspNet-Version: 4.0.30319 < X-Powered-By: ASP.NET < Date: Thu, 16 Jan 2025 07:12:32 GMT <

Here, a comparison of the "OPTIONS"-HTTP-request as sent by Chrome and by Firefox:

CHROME OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9a comparison of the "OPTIONS"-HTTP-request as sent by Chrome and by Firefox: Access-Control-Request-Headers: authorization,content-type Access-Control-Request-Method: POST Connection: keep-alive Host: capzlog.aero Origin: https://projectz.numericalsolutions.ch Referer: https://projectz.numericalsolutions.ch/ Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36


FIREFOX OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs undefined Host: capzlog.aero User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 Accept: */* Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate, br, zstd Access-Control-Request-Method: POST Access-Control-Request-Headers: authorization,content-type Referer: https://projectz.numericalsolutions.ch/ Origin: https://projectz.numericalsolutions.ch Connection: keep-alive Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site Priority: u=4 TE: trailers

And the response header as seen by Chrome:

CHROME HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Language: en Server: Microsoft-IIS/10.0 Access-Control-Allow-Origin: https://projectz.numericalsolutions.ch Access-Control-Allow-Credentials: true Set-Cookie: AppSettings=Culture=en-US&Language=English&CountryAlpha2=CH; expires=Fri, 31-Dec-9999 23:59:59 GMT; path=/; secure; SameSite=Lax X-Powered-By: ASP.NET Date: Thu, 16 Jan 2025 07:19:59 GMT Content-Length: 2

Here, a comparison of the Network Traffic as seen for Chrome and for Firefox:

CHROME 17:07:46.550256 IP ANYPC.57562 > 156.67.9.80.https: Flags [P.], seq 1480736564:1480737180, ack 2430285572, win 501, length 616 17:07:46.557654 IP 156.67.9.80.https > ANYPC.57562: Flags [P.], seq 1:393, ack 616, win 8212, length 392 17:07:46.557654 IP 156.67.9.80.https > ANYPC.57562: Flags [P.], seq 393:427, ack 616, win 8212, length 34 17:07:46.557683 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 393, win 501, length 0 17:07:46.557688 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 427, win 501, length 0 17:07:46.558334 IP ANYPC.57562 > 156.67.9.80.https: Flags [F.], seq 616, ack 427, win 501, length 0 17:07:46.558741 IP ANYPC.42786 > 156.67.9.80.https: Flags [S], seq 2926210792, win 64240, options [mss 1460,sackOK,TS val 2936933242 ecr 0,nop,wscale 7], length 0 17:07:46.562927 IP 156.67.9.80.https > ANYPC.57562: Flags [F.], seq 427, ack 617, win 8212, length 0 17:07:46.562962 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 428, win 501, length 0 17:07:46.563492 IP 156.67.9.80.https > ANYPC.42786: Flags [S.], seq 1974100572, ack 2926210793, win 65535, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 17:07:46.563514 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 1, win 502, length 0 17:07:46.565558 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1:1743, ack 1, win 502, length 1742 17:07:46.572094 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 1743, win 8212, length 0 17:07:46.572094 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 1:161, ack 1743, win 8212, length 160 17:07:46.572133 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 161, win 501, length 0 17:07:46.572276 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1743:1794, ack 161, win 501, length 51 17:07:46.572421 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1794:3197, ack 161, win 501, length 1403 17:07:46.583942 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 3197, win 8206, length 0 17:07:46.710020 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 161:638, ack 3197, win 8206, length 477 17:07:46.751327 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 638, win 501, length 0 17:07:46.754201 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 161:638, ack 3197, win 8206, length 477 17:07:46.754231 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 638, win 501, options [nop,nop,sack 1 {161:638}], length 0$

FIREFOX 17:08:28.962851 IP ANYPC.35980 > 156.67.9.80.https: Flags [S], seq 2319755284, win 64240, options [mss 1460,sackOK,TS val 2936975646 ecr 0,nop,wscale 7], length 0 17:08:28.972248 IP 156.67.9.80.https > ANYPC.35980: Flags [S.], seq 1053801102, ack 2319755285, win 65535, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 17:08:28.972330 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1, win 502, length 0 17:08:28.974266 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 1:1894, ack 1, win 502, length 1893 17:08:28.987389 IP 156.67.9.80.https > ANYPC.35980: Flags [.], ack 1894, win 1026, length 0 17:08:28.987433 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 2921:3937, ack 1894, win 1026, length 1016 17:08:28.987461 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1, win 502, options [nop,nop,sack 1 {2921:3937}], length 0 17:08:28.987598 IP 156.67.9.80.https > ANYPC.35980: Flags [.], seq 1:1461, ack 1894, win 1026, length 1460 17:08:28.987647 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1461, win 524, options [nop,nop,sack 1 {2921:3937}], length 0 17:08:28.987682 IP 156.67.9.80.https > ANYPC.35980: Flags [.], seq 1461:2921, ack 1894, win 1026, length 1460 17:08:28.987707 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 3937, win 547, length 0 17:08:28.994553 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 1894:2052, ack 3937, win 547, length 158 17:08:29.005007 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 3937:3988, ack 2052, win 1025, length 51 17:08:29.005007 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 3988:4057, ack 2052, win 1025, length 69 17:08:29.005700 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 4057, win 547, length 0 17:08:29.006086 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2052:2151, ack 4057, win 547, length 99 17:08:29.006123 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2151:2577, ack 4057, win 547, length 426 17:08:29.008948 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2577:2615, ack 4057, win 547, length 38 17:08:29.018116 IP 156.67.9.80.https > ANYPC.35980: Flags [.], ack 2615, win 1023, length 0 17:08:29.018116 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4057:4095, ack 2615, win 1023, length 38 17:08:29.024518 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4095:4322, ack 2615, win 1023, length 227 17:08:29.024518 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4322:4364, ack 2615, win 1023, length 42 17:08:29.024943 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 4364, win 570, length 0 17:08:35.342337 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 1974101210, win 501, length 0 17:08:35.349317 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 1, win 8206, length 0

I really do not know what to do anymore to solve that problem.

As the problem is impacting hundreds of users, I really hope there is a solution.

In advance thanks for your help.

Asked by brugger2 1 ŋkeke si va yi

So many things don't work right now.

All of a sudden I am having problems loading pages, links, etc. I'm having to use Microsoft Edge now. I've been using Firefox for many years but now stuff doesn't work an… (xle nububuwo)

All of a sudden I am having problems loading pages, links, etc. I'm having to use Microsoft Edge now. I've been using Firefox for many years but now stuff doesn't work anymore. I can't watch movies on paramount plus without getting an error code. I'm technology challenged so I can't give much detail.

Asked by vinceterri 1 ŋkeke si va yi

Cannot log into my Strava account with Firefox but I can with Opera, Chrome,Edge

I am unable to log into Strava.com on my PC or lap top. Both run Windows 11, are completely updated. I receive an error message:'Unexpected error has occurred. Please tr… (xle nububuwo)

I am unable to log into Strava.com on my PC or lap top. Both run Windows 11, are completely updated. I receive an error message:'Unexpected error has occurred. Please try again'. I have gone to tools/privacy/passwords and insured that they are correct. My wife has a Dell laptop that runs Windows 11 and Firefox and I was also unable to log in to Strava on this machine. I don't think that I had this problem with my PC before purchasing a new PC because the old one could only run Windows 10.

Asked by casale 1 ŋkeke si va yi

Inline Video Display is Distorted

Hello, When I view some pages with inline video graphics, I see a garbled video frame. I have attached a screen grab from part of one screen. I have no issues with YouTub… (xle nububuwo)

Hello, When I view some pages with inline video graphics, I see a garbled video frame. I have attached a screen grab from part of one screen. I have no issues with YouTube or other videos. It's just the graphics of some webpages such as looking at an Apple product on their site. I have not had this issue using Chrome under the same conditions. It's like I have a corrupted Codec or something. Does anyone have any suggestions? Thanks.

Asked by michael.reisman 4 kwasiɖa siwo va yi

Last reply by michael.reisman 14 gaƒoƒo siwo va yi

On a certain website, when I try to fill out their webform, Firefox tells me to enter a valid e-mail address even though the e-mail address I have entered is valid

When I go to the website https://www.rebateinternational.com/RebateInternational/contactUs.do and I try to fill out the webform on that page and use autofill to fill in t… (xle nububuwo)

When I go to the website https://www.rebateinternational.com/RebateInternational/contactUs.do and I try to fill out the webform on that page and use autofill to fill in the e-mail address, it gives me an error message that says "please enter a valid email address" even though the e-mail address is valid. Also, if I do not use autofill, but simply type everything in manually, it still gives me that same error message. This problem does not occur in Google Chrome, but it does occur in Firefox. Sometimes I can solve the problem by erasing part of the email address and then re-typing that part, but that doesn't always work. It also doesn't work if I erase the entire e-mail address and type it in manually. The problem does not appear to be caused by add-ons and does not appear to be caused by hardware acceleration, because I have disabled add-ons and have turned off hardware acceleration. It also does not appear to be caused by cache and cookies, because the same problem occurs after I clear the cache and cookies. I will appreciate any response you can provide to help solve this problem.

Asked by Larry951 5 ŋkeke siwo va yi

Last reply by Larry951 18 gaƒoƒo siwo va yi

No access to a few bank sites

I get this message on 2 bank sites I frequently use: Access Denied You are unauthorized to access this resource. Reference ID is: 3bc60f9794 Troubleshooting Steps 1. … (xle nububuwo)

I get this message on 2 bank sites I frequently use:

Access Denied

You are unauthorized to access this resource.

Reference ID is: 3bc60f9794

Troubleshooting Steps 1. Reload the home page and try again.

2. Clear your browser cache and try again.

3. Try logging in with a different browser.

4. Try logging in with a different device. I have gone through all of the above steps. I can access these sites on Chrome. I have contacted the bank support team and they tell me they support Firefox browser. I have also disabled the Pop-Up blocker and continue to get this message. Please advise. Thank you. Email removed for privacy

Asked by rustymiller36 3 ŋkeke siwo va yi

Bankzugang

Seit ich meinen neuen Computer habe, kann ich mich bei meiner Commerzbank nicht mehr mit Benutzername und Passwort anmelden. Ich werde immer wieder aufgefordert den Benut… (xle nububuwo)

Seit ich meinen neuen Computer habe, kann ich mich bei meiner Commerzbank nicht mehr mit Benutzername und Passwort anmelden. Ich werde immer wieder aufgefordert den Benutzernamen und das Passwort wieder einzugeben, was immer zum gleichen Ergebnis führt. Denselben Vorgang kann ich aber mit meinem alte Computer problemlos durchführen. Beim neuen Computer klappt es aber auch nicht mit einem anderen Internetprovider, etwa Safari. Ich habe einen Mac Computer

Asked by josef.schweihofer 3 ŋkeke siwo va yi

Log in problems

I have lately found two sites where I cannot log in using Firefox but can, using another browser (Chrome). I get variations of an error message saying a technical problem… (xle nububuwo)

I have lately found two sites where I cannot log in using Firefox but can, using another browser (Chrome). I get variations of an error message saying a technical problem has been encountered and try again later. I have tried clearing cache and cookies but it doesn't help. I am using version 134.0 (64-bit) running under Windows 11, version 24H2. Has anyone else had this problem? I want to keep using Firefox but this is getting inconvenient.

Asked by hjmoor97 3 ŋkeke siwo va yi

Still Cannot Log into resources that use CloudFlare

When I attempt to log into resources using CloudFlare via Firefox developer edition it get the CloudFlare captcha and after checking that I am not a bot, the login page r… (xle nububuwo)

When I attempt to log into resources using CloudFlare via Firefox developer edition it get the CloudFlare captcha and after checking that I am not a bot, the login page refreshes and I am presented with the CloudFlare captcha again.

I have been forced to use Google Chrome until I get this issue resolve. I have disabled all the security features in Firefox setting and still I cannot login to resources hosted on CloudFlare.

I want to continue to use Firefox, but cannot do so until I get a satisfactory solution to this issue.

The only thing I can think of try ing at this point is to uninstall and reinstall Firefox.

Any ideas would be most appreciated.

Asked by Timothy Michel 3 ŋkeke siwo va yi

ChatGPT Login fails on Firefox while works on Chrome AND iPhone

I am a card carrying FireFoxian. Please note: Firefox User since like Version One... I h@te Chrome. All of a sudden BAM I cannot log into ChatGPT from Mozilla Firefox. It… (xle nububuwo)

I am a card carrying FireFoxian. Please note: Firefox User since like Version One... I h@te Chrome. All of a sudden BAM I cannot log into ChatGPT from Mozilla Firefox. It authenticates then says there is an error. Private doesn't work. Clear history doesn't work. Should I go back to a previous verson of Firefox? 133.0.3 (64-bit)but it's the only one that works. HELP. Thanks Guys. See images. marcij@harvestcapitalholdings.com

Asked by MarJ CSB 3 ŋkeke siwo va yi

Vimeo cannot open a page I have been going to. Why?

Website will not allow Firefox to display the page if another site has embedded it Firefox, Firefox for Android Last updated: 2 weeks, 5 days ago 28% of users voted this … (xle nububuwo)

Website will not allow Firefox to display the page if another site has embedded it Firefox, Firefox for Android Last updated: 2 weeks, 5 days ago 28% of users voted this helpful

If you encounter this error, it is likely because a website is attempting to display another website without the owner's consent. This issue typically arises from a security misconfiguration.

Websites can utilize x-frame options or a content security policy to control whether other websites can embed them. These are essential security tools designed to prevent clickjacking, a type of attack where malicious sites trick users into clicking on something different from what they perceive.

To visit a site that displays this error message, you can hold down the control key while you click the link and select Open Link in New Tab or Open Link in New Window. Alternatively, you can copy and paste the link into an already open new tab or window. However, be aware that the embedding page may not function correctly without access to the blocked content. In such cases, you may need to contact the owner of the problematic site for further assistance.

Asked by QD Niko 3 ŋkeke siwo va yi

Cannot log onto The Guardian account on Firefox but can on other browsers

About a week ago I started getting the never-ending spinning wheel of doom as Firefox tried to log me in to my account with The Guardian newspaper. My password and userna… (xle nububuwo)

About a week ago I started getting the never-ending spinning wheel of doom as Firefox tried to log me in to my account with The Guardian newspaper. My password and username have not changed in years. Can log on via iphone and iPad without a problem and also using thew same username/password combination on other desktop browsers so problem seems to be only with Firefox. Have done all the usual cache clearing etc. Would a recent upgrade have affected this?

Asked by david69 4 ŋkeke siwo va yi

Can't Login to my Account on some Websites

Hello, I've been having trouble logging into some websites like Reddit and Instagram. I don't know why this happens but it keeps telling me that my password or my usernam… (xle nububuwo)

Hello, I've been having trouble logging into some websites like Reddit and Instagram. I don't know why this happens but it keeps telling me that my password or my username is incorrect even though they aren't because they work on any other browser and my phone too. It's really frustrating because I have to switch browsers everytime this happens, is there any fix for this type of problem?

Asked by Enes Özkan 4 ŋkeke siwo va yi

Google.com stopped working exclusively in Firefox (even in Troubleshoot mode)

I'm facing an extremely bizarre issue in Firefox 134 for Mac. After trying "Increased Protection" DoH mode once, I have google.com working only under this "Increased Prot… (xle nububuwo)

I'm facing an extremely bizarre issue in Firefox 134 for Mac. After trying "Increased Protection" DoH mode once, I have google.com working only under this "Increased Protection" now. It no longer works under "Default Protection" or "Off". It's exactly the same in the Troubleshoot Mode and in private windows.

If I type google.com in the address bar, or if I search for anything (regardless if it's in the address bar or the search bar), absolutely nothing happens now. If I'm on a new tab, it stays empty. If I'm on an existing tab, it just stays open on whatever website I'm at. For example, I can try accessing google.com right from here as I'm typing this, and nothing will happen, I will just stay on this page. The only visible activity is that the current website's icon (at the left of the tab) changes to the loading animation for a few seconds and then permanently changes to the hourglass icon. That's it.

Any local google domains, such as google.ca, DO load. Any google.com subdomains, such as mail.google.com, also DO load. It's exclusive to google.com. When typing dig google.com in my system's Terminal, it successfully resolves. Moreover, it also successfully resolves in Firefox's own DNS Lookup Tool (located at about:networking#dnslookuptool). What I'm seeing is Google's IP address 142.250.190.46.

Now, I have google.com working in absolutely all other browsers, it also seems to resolve through the terminal, as mentioned previously, but it no longer opens directly in Firefox, unless I enable "Increased Protection" again. As soon as I disable it and return to either "Default Protection" or "Off", google.com (and it alone) immediately stops loading.

Have I uncovered a hidden bug? I'm really depressed right now, because "Increased Protection" messed with certain websites and so I decided to disable it upon finding out, but unfortunately at the cost of Google Search not working anymore. Do I really have to use other browsers to use Google Search now? And what kind of witchcraft is it? I really don't understand what's going on.

Asked by coolak 6 ŋkeke siwo va yi

I cannot scroll on NASCAR.com

Good day, NASCAR.com is the only site so far I've come across that I cannot scroll the site. I haven't been able to scroll for at least a week now. If I switch to Edge … (xle nububuwo)

Good day, NASCAR.com is the only site so far I've come across that I cannot scroll the site. I haven't been able to scroll for at least a week now. If I switch to Edge I can and I hate using Edge for the popup's that I cannot get rid of there. Thanks for any assistance...

Asked by Highhorse 6 ŋkeke siwo va yi

Realtor.com doesn't work with Firefox

I'm trying to look at Realtor.com's emails, using Firefox, but the browser won't open the photos of houses, or the maps. If I use Google Chrome, everything works. What's … (xle nububuwo)

I'm trying to look at Realtor.com's emails, using Firefox, but the browser won't open the photos of houses, or the maps. If I use Google Chrome, everything works. What's wrong with Firefox?

Asked by wdworsley 6 ŋkeke siwo va yi

Need help with docker container display issues

Hi everyone, i have an issue with firefox and docker i work for a company that uses docker container to maintain several projects, up until two days ago i was able to do … (xle nububuwo)

Hi everyone, i have an issue with firefox and docker i work for a company that uses docker container to maintain several projects, up until two days ago i was able to do my job no problem on firefox but then firefox simply stopped working for me and i can no longer see the website when docker containers are running i can see other stuff like storybook that are running in same container groups but not the actual website, and the odd part is that i can see the website in other browsers like chrome and edge, i though about checking another project but is same issue, so i don't know what the issue is but the port destined for previewing the site is not working on any project in firefox but works no problem in other browsers, i already tried clearing cache and incognito mode, rebuilding containers and checking that container is running and port is exposed correctly and it is but for some reason firefox can't display it, and the worst id that i don't even have a clue because there are no entries on the log no requests on network tab no errors on browser console and when i type the url i see the spinner on the tab and after a while it becomes a hourglass and that's it, any ideas what could the problem be?

Asked by renkoha28 6 ŋkeke siwo va yi