顯示下列標籤的問題: 顯示所有問題
  • 已解決

Group tab isn't Working

I've got Reading the full Article on GROUP TABS that has been released yesterday on My Firefox it Got Update and Installed But I just couldn't found the "Add to the Group… (閱讀更多)

I've got Reading the full Article on GROUP TABS that has been released yesterday on My Firefox it Got Update and Installed But I just couldn't found the "Add to the Group option when I click right at any of my tab" + If I drag over one on Another Tab it just got replaced like they substitute their Places No BOX Border line Shows No Group Created NOTHING. I'm a Nearly 6 Year Old Firefox User I NEEDED that FEATURE SO BADLY PLEASE FIX it SOMEHOW. ThAnks Regards: Loyal USer

reviewtvnetwork 於 2 週前 詢問

MarkRH 於 2 週前 解答

  • 已解決

Firefox Root Certificate Expiration related issue w/ legacy add-ons & single website access

I'm on WinXP and Win7; FF is there respectively on ESR 52.6.0, and 56.0.2. Pls refrain from lecturing me on updating etc. I need it to be this way for umpteen reaso… (閱讀更多)

I'm on WinXP and Win7; FF is there respectively on ESR 52.6.0, and 56.0.2.

    • Pls refrain from lecturing me on updating etc. I need it to be this way for umpteen reasons. Thanks for understanding.**

First, all of a sudden all my legacy add-ons were disabled. Most of them ensure FF looks like it did ages ago, which is what I'm used to, and need, to function properly myself. They overall are no longer maintained or downloadable, hence the need to stay on lower browser versions as well.

Managed to fix that.

Then, last Fri, my webmail provider missed updating their security certificate. They seemingly later do, but I am left unable to access their website from FF on both machines, and Chrome on the XP. Disaster.

The error messages I get are, in FF:

[www.netaddress.com] uses an invalid security certificate.

The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported.

Error code: <a id="errorCode" title="SEC\\\\\\\\\\\\\\\_ERROR\\\\\\\\\\\\\\\_UNKNOWN\\\\\\\\\\\\\\\_ISSUER">SEC\_ERROR\_UNKNOWN\_ISSUER</a>

and in Chrome:

classic.netaddress.com normally uses encryption to protect your information. When Google Chrome tried to connect to classic.netaddress.com this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be classic.netaddress.com, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Google Chrome stopped the connection before any data was exchanged.

You cannot visit [classic.netaddress.com] right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.

When running a SSL server test on their certificate it turned back: Chain issues Incorrect order, Contains anchor

No idea if that's relevant.

I tried just abt everything I was handed, could think of, or googled. Adding an exception included. Nothing works. Logically, the error should be on their end (w/ their old certificate, it all worked fine, now it doesn't), but somehow I keep being directed to that your root certificate having expired is the culprit.

Earlier today, I took the plunge and updated FF to 72.0.2 on the Win7 machine. (My webmail doesn't have full functionality on Chrome, so I was still very hampered in that regard there.) Now I can access the webmail -- but all my add-ons AGAIN are disabled. And what I did before to make the work does now NOT work anymore.

Can someone pls take me out of my misery? My whole existence is falling apart. I am already on 75 % (invisible) disability. Nothing works, least of all I. I am days behind on an already massively overburdened schedule. Not everyone can handle constant updates and their user interface being changed all the time. Some ppl are dependent on things looking and acting the exact same.

I'd like my add-ons back functional on the Win7 machine, and my webmail back -- INCLUDING the add-ons remaining functional, on the WinXP. Thank you.

agataloca 於 1 個月前 詢問

agataloca 於 1 個月前 解答

  • 已解決

2fa not working. i've tried a couple of auth. apps.

i recently disabled 2fa and installed a new authentication app: Ente Auth. i keep getting invalid code each time i enter the generated code. i tried both options, scanned… (閱讀更多)

i recently disabled 2fa and installed a new authentication app: Ente Auth. i keep getting invalid code each time i enter the generated code. i tried both options, scanned the QR code and entered the secret key manually. i used authy with success as my auth. app with firefox but can't use authy anymore. keep having issues setting up 2fa with other auth apps. thanks for any help you can offer. peace, Adrian

AdrianRamos1 於 4 個月前 詢問

cor-el 於 4 個月前 解答

  • 已解決

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… (閱讀更多)

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.

brugger2 於 4 個月前 詢問

jscher2000 - Support Volunteer 於 4 個月前 解答

  • 已解決

Translation is not working as expected

As far as I can tell from reading the help pages, the Firefox translation feature should automatically translate any page in any available language, unless explicitly set… (閱讀更多)

As far as I can tell from reading the help pages, the Firefox translation feature should automatically translate any page in any available language, unless explicitly set not to do so. However, I observe that no translation occurs unless I first select text, right click, and select translate, and even then, the translation is presented as unformatted text in a separate dialog box, which is not much better than copying and pasting web pages into some other translator service. Am I missing something here?

Sadly, this is not even close to being competitive with the Google Translate level of functionality. I use Google Translate every day to read package labels in grocery stores, road signs, and a host of other written sources of information. Occasionally, I even use it to hold conversations with people I would not otherwise be able to talk to. So far, I am nearly monolingual, and I am unwilling to do without this; I probably wouldn't travel if it were not available. It does tie me to that fraction of the surface area of the earth where high speed internet access is generally available, but I don't really need to go any places where it is not; I am not trying to hike across Antarctica. I understand that there is a loss of privacy when dealing with Google, but I do whatever I can to fend that off, and the value of the free services I receive in exchange is huge. What's the future of Firefox in this respect?

Bruce Girton 於 4 個月前 詢問

jscher2000 - Support Volunteer 於 3 個月前 解答

  • 已解決

Cannot Access Router thru Firefox

I am blocked from opening my Asus Router in Firefox for Mac. I added the router's address to every exception list I could find in Settings and still no luck. I can reach … (閱讀更多)

I am blocked from opening my Asus Router in Firefox for Mac. I added the router's address to every exception list I could find in Settings and still no luck. I can reach the router through Safari and through Firefox and Edge on a Windows 11 machine. I like my present Security settings on my Mac except for this annoyance. Can anyone suggest a workaround or a setting change that would fix this issue? Thanks in advance for your help.

need2ski 於 5 個月前 詢問

jonzn4SUSE 於 5 個月前 解答

  • 已解決

DDG Search Broken

Ok, this is a weird one. I can't load https://duckduckgo.com. It breaks search in a new tab, but I also can't visit it directly from the url. The tab simply does not loa… (閱讀更多)

Ok, this is a weird one.

I can't load https://duckduckgo.com. It breaks search in a new tab, but I also can't visit it directly from the url. The tab simply does not load.

I've cleared cache, cookies, and extensions. I've refreshed Firefox more than once.

I can visit https://html.duckduckgo.com. I can visit https://lite.duckduckgo.com.

However! In a private window, I can visit https://duckduckgo.com It still breaks in a secondary normal window.

No other site appears to be broken.

s4b3r6 於 5 個月前 詢問

s4b3r6 於 5 個月前 解答

  • 已解決

Can't watch Video after Asus bios and nvidia driver updated

I can't watch Twitch live stream and videos after updated.When I watching live stream on Twitch, the stream start showing some old tv effect but in colours green. I thoug… (閱讀更多)

I can't watch Twitch live stream and videos after updated.When I watching live stream on Twitch, the stream start showing some old tv effect but in colours green. I thought was Twitch problem, then I changed to watch video from my college by using their website. But it still has that effect. But I can watch Youtube videos with no problems. Then i changed to use Microsoft Edge to watch Twitch, surprisingly with no problem. I already updated to the latest version in Firefox. Can anyone help me Please. Thank You

Tom Tom 於 5 個月前 詢問

Tom Tom 於 5 個月前 解答

  • 被鎖定

Can't launch firefox stable after launching firefox nightly.

I have this message after returning from nightly version to the stable one: ``` Using an older version of Firefox can corrupt bookmarks and browsing history already saved… (閱讀更多)

I have this message after returning from nightly version to the stable one: ``` Using an older version of Firefox can corrupt bookmarks and browsing history already saved to an existing Firefox profile. To protect your information, create a new profile for this installation of Firefox. ```

SuMo Bot 於 5 個月前 詢問

TyDraniu 最近回覆於 5 個月前

  • 已解決

Cannot enable dark mode in reader view (F9)

The reader view is an amazing tool that helps declutter websites and make them easier to read. However, this experience is ruined by having a super bright white backgroun… (閱讀更多)

The reader view is an amazing tool that helps declutter websites and make them easier to read. However, this experience is ruined by having a super bright white background that to my knowledge I can't make black. I tried the setting that disables overriding the colors but it still remains white. Any ideas why that happens and how to change it?

theologidis.tzim 於 5 個月前 詢問

TyDraniu 於 5 個月前 解答

  • 已解決

Trouble with my business website log in

I use the website MassageBook.com for my business scheduling and communications. Yesterday, everything worked fine. Today, for some reason, I clicked to log in through … (閱讀更多)

I use the website MassageBook.com for my business scheduling and communications.

Yesterday, everything worked fine. Today, for some reason, I clicked to log in through Firefox and it got stuck in a loop, returning to the log in page but never actually logging in. I contacted MassageBook and the suggested using Google Chrome to log in. This worked perfectly!

My preferred browser is Firefox, but it's not working for my most used website! I would appreciate this being looked into and corrected ASAP!

Pam Reynolds

preynolds61 於 5 個月前 詢問

jscher2000 - Support Volunteer 於 5 個月前 解答

  • 已解決

Firefox is changing white backgrounds to blue

Hello all, Ever since an update to Firefox from a few weeks ago, I have been having issues with white backgrounds displaying incorrectly in Firefox. I have attached two… (閱讀更多)

Hello all,

Ever since an update to Firefox from a few weeks ago, I have been having issues with white backgrounds displaying incorrectly in Firefox. I have attached two identical images from the NYT homepage: the first is a screenshot from Chrome and the second is the same exact image but taken from Firefox.

I have also attached another screenshot taken in Firefox from REI.com. You'll see that it's not necessarily just a white background that is causing the weird blue color. It also happens in products images being displayed incorrectly.

I figured this might be a Firefox website appearance setting, but I have played around with it and selected many different permutations and I haven't been able to solve this issue. I have also tried refreshing Firefox, using Firefox in Safemode, disabling all of my plugins/themes, etc. and nothing was fixed.

I am pretty sure this isn't a system wide issue or a monitor issue because these websites are being displayed 100% correct in Chrome and Edge. This is only an issue in Firefox.

Can someone advise?


Thanks,

DC

Daniel Daniels 於 5 個月前 詢問

jscher2000 - Support Volunteer 於 4 個月前 解答

  • 已解決

Secure Connection Failed

When I try to read my webmail I get this: Secure Connection Failed An error occurred during a (https) connection to www.nebula.fi. Peer’s Certificate has been revoked. E… (閱讀更多)

When I try to read my webmail I get this:

Secure Connection Failed An error occurred during a (https) connection to www.nebula.fi. Peer’s Certificate has been revoked. Error code: SEC_ERROR_REVOKED_CERTIFICATE

The same address www.nebula.fi works fine in Edge browser, which claims: Connection is secure. This site has a valid certificate, issued by a trusted authority.

I would prefer using Firefox. Is it somehow possible?

-Tom

tom486 於 5 個月前 詢問

jscher2000 - Support Volunteer 於 5 個月前 解答

  • 已解決

How do I fix Firefox not opening?

I had two profiles, was in the process of trying to learn how to use the 2nd profile (as seen in the link below), which I still have no answer for. Somehow, maybe I held… (閱讀更多)

I had two profiles, was in the process of trying to learn how to use the 2nd profile (as seen in the link below), which I still have no answer for. Somehow, maybe I held down SHIFT for too long and clicked on something by accident, idk, but somehow, I ended up REFRESHING the 2nd profile, causing it to delete everything I had done with it, and it backed up the old profile onto my desktop in the process. I figured I could just simply delete the new profile folder it had created and put back my old profile in the profile folder, but now, Firefox will not open at all, saying "Your Firefox profile cannot be loaded. It may be missing or inaccessible." How do I get it to recognize the profile folders again? OMG, I'm using Microsoft Edge, please, get me out of this!

https://support.mozilla.org/en-US/questions/1479231

markfleener 於 5 個月前 詢問

jscher2000 - Support Volunteer 於 5 個月前 解答

  • 已解決

can't select text to copy it

i need to copy and paste text that's also a link, but firefox isn't letting me highlight it, I can do it in chrome, brave, & opera, it's not a mouse problem either, i… (閱讀更多)

i need to copy and paste text that's also a link, but firefox isn't letting me highlight it, I can do it in chrome, brave, & opera, it's not a mouse problem either, if I just right click on the page and select "highlight all" FF wont highlight it, is there a setting for this or a extension I can download? (in the picture the the rad text is also a link, I need to copy the number portion)

smotedown 於 5 個月前 詢問

jscher2000 - Support Volunteer 於 4 個月前 解答

  • 已解決

Firefox not loading any websites

I have just installed Firefox on a new iMac, running MacOS 15.2. Firefox will not load any of the websites I have tried, whereas Safari and Chrome do. I have cleared the … (閱讀更多)

I have just installed Firefox on a new iMac, running MacOS 15.2. Firefox will not load any of the websites I have tried, whereas Safari and Chrome do. I have cleared the History and also set "No proxy" but loading still fails.

Colin Bird 於 5 個月前 詢問

Colin Bird 於 4 個月前 解答