• Gelöst

Why does my firefox always prefer IPv4, while IPv6 is still available?

My ISP had provided the IPv6 service, edge/chrome/vivaldi are all IPv6 first and working well. Only firefox insists use IPv4, although it could also pass the IPv6 test on… (Lesen Sie mehr)

My ISP had provided the IPv6 service, edge/chrome/vivaldi are all IPv6 first and working well. Only firefox insists use IPv4, although it could also pass the IPv6 test on https://test-ipv6.com, and the internal test on https://detectportal.firefox.com/success.txt?ipv6 It leads to some webpage extremely slow, even could not be accessed.

I've tried privacy mode, but the problem is still there. IPv6 in about:config is enabled, all related options are default. Is this a bug, or if there is any way could fix it by some special settings?

Waiting for your help, thanks.

Gefragt von tempwall vor 4 Monaten

Beantwortet von tempwall vor 4 Monaten

  • Gelöst

Sign in window shows only a blank screen

I've been trying to sign in to pinterest, duolingo, etc using the 'sign in with google' option since my account was saved there. Whenever I click it, a sign in window ope… (Lesen Sie mehr)

I've been trying to sign in to pinterest, duolingo, etc using the 'sign in with google' option since my account was saved there. Whenever I click it, a sign in window opens up as usual, but it only ever shows a blank screen. No matter how long I wait, nothing shows up. I tried clearing cache, and it still didn't work. It worked before, but recently since the past 2 weeks, it became like this and I don't know how to fix it.

I have some extensions on my account so I'll list them out just in case one of them is the one making this problem: -Search by Image -Firefox Relay -uBlock Origin -DuckDuckGo Privacy Essentials -TWP - Translate Between Pages -Ecosia


(Below is a screenshot showing what I mean by the sign in window being a blank screen.)

Gefragt von Soob vor 5 Monaten

Beantwortet von zeroknight vor 4 Monaten

  • Gelöst

DRM(?) content not playing, no solutions working

In the last week or so, iPlayer, All4, and Spotify (that I know of) have stopped working in the Firefox browser. All4's error suggests DRM isn't enabled, the others just … (Lesen Sie mehr)

In the last week or so, iPlayer, All4, and Spotify (that I know of) have stopped working in the Firefox browser. All4's error suggests DRM isn't enabled, the others just say try again. Roll20 hasn't been working for even longer (more like months). They work in Microsoft Edge and Chrome. Youtube is still working, as are video players in social media.

I have tried the following solutions:

  • Firefox is up to date
  • Windows is up to date
  • Updated graphics drivers
  • 'Widevine Content Decryption Module provided by Google Inc.' is set to 'Always Activated' and is up to date
  • 'Play DRM-controlled' content is ticked in about:preferences
  • Checked if anything changed if either of the above were turned off (it did not)
  • media.eme.enabled is set to true in about:config
  • Put Firefox in troubleshooting mode
  • Turned off my addons (including uBlock Origin) manually
  • Tried in a Private Browsing window
  • Turned off Tracking Protection
  • Restarted my laptop

Nothing has fixed the problem, or given me any more indication of what is wrong. I don't know how to a) fix or b) find the problem. All I can think is that it may be related to the recent changes to Chromium regarding ad-blockers? But no one else seems to be having the same problem so I doubt it.

Gefragt von dibleopard vor 5 Monaten

Beantwortet von dibleopard vor 5 Monaten

  • Gelöst
  • Archiviert

Firefox didn't starting

Today firefox can't lunch at all, I made a clearing, also reinstalling (but not "clear" reinstall). There is no any crashes or crash reports, it just doesn't launch … (Lesen Sie mehr)

Today firefox can't lunch at all, I made a clearing, also reinstalling (but not "clear" reinstall). There is no any crashes or crash reports, it just doesn't launch

Gefragt von andrey_sevchenko vor 6 Monaten

Beantwortet von zeroknight vor 6 Monaten

  • Gesperrt
  • Archiviert

115.4.3 Very slow and buggy same as 115.4.1

I asked this question about 115.4.1 and was told to try in safe mode. However I cannot connect to my mail servers of which I have 2 and Gmail when in safe mode. Please lo… (Lesen Sie mehr)

I asked this question about 115.4.1 and was told to try in safe mode. However I cannot connect to my mail servers of which I have 2 and Gmail when in safe mode. Please look into the resource handling problem with the new Thunderbird under Win10.

1) Whenever I open Thunderbird the Gmail messages apparently get refreshed taking several minutes. I have cleaned up that inbox and limited to 366 days of mail.

2) I spent hours moving mail from past year from my other accounts into local storage. You no longer can scroll and block select more than about 20-30 messages at a time regardless of the background activity 1) above. The program requires you to repeatedly release shift key to grab more than a few messages. If you are able to grab say 1000 messages, and try to move them, the system chokes and does not respond.

3) Any background activity impedes the ability to scroll the inbox.

The new versions are crippled in some way as far as resources. The older version was more tolerant.

Please listen to complaints. Putting in safe mode I cannot troubleshoot. It is also very difficult in Win10 to follow instructions to safe mode unlike previous OS.

Gefragt von rhyolite1 vor 6 Monaten

Letzte Antwort von Wayne Mery vor 3 Monaten

  • Gelöst
  • Archiviert

How to turn off automatic https.

When I visit an http site and specify a non-standard port, it automatically changes to https, which is not a site redirect but something Firefox changes. This site alread… (Lesen Sie mehr)

When I visit an http site and specify a non-standard port, it automatically changes to https, which is not a site redirect but something Firefox changes. This site already has an https service, and the http service will redirect to https. I reproduced the same situation in chrome. Accessing the http service with a non-standard interface was normal. After accessing the https service once, the service with the non-standard port was also changed to https. Clearing the data will restore it. Is this cached? My HTTPS-Only Mode is turned off, and set an exception for this site. thx.

Gefragt von szerr vor 6 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 6 Monaten

  • Gelöst

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (Lesen Sie mehr)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Gefragt von Slouch vor 1 Woche

Beantwortet von Slouch vor 1 Tag

  • Gelöst

Firefox freezes when handling tabs

Hello everyone. Since installing Linux Mint in May 2023 I have been having this issue with Firefox. Description of issue: When I switch between (or drag) tabs in a Firef… (Lesen Sie mehr)

Hello everyone. Since installing Linux Mint in May 2023 I have been having this issue with Firefox.

Description of issue: When I switch between (or drag) tabs in a Firefox window, the whole window becomes unresponsive, with the last tab I was switching from still in front. Often the contents of the window start to flash (disappear and reappear, leaving a black backgground) every 2 seconds. I can drag the window around, scroll, minimize it, but it is impossible to give any input in any tab. The only action somewhat possible to do inside the window is bring other tabs in front, it is still quite hard for the input to register, and if it does, it takes 10+ seconds. The issue goes away if I close the specific Firefox window, or if I manage to select and drag one tab out of the frozen window into its own new window. Then everything works as intended, like nothing ever happened.

I can reliably cause the freeze-up in a short time by holding CTRL+TAB and drag one tab to change the order while firefox cycles through the tabs in the open window.

While the window is frozen, the rest of the desktop is responsive as normal, even other Firefox windows. If I try to interact with the frozen window I can rarely see spikes of CPU usage. RAM stays at normal usage levels, far from being full.

What I have tried so far that has had no effect on the appearance of the issue:

1) Disabling all extensions i have

2) Run in troubleshooting mode

2) "Create a new places database" as suggested [https://support.mozilla.org/en-US/kb/firefox-hangs-or-not-responding#w_fi...]

3) Disabled hardware acceleration

4) Creaing a new firefox user profile

5) Use "Refresh Firefox" from the troubleshooting page

6) Use the Flatpak version of firefox

7) Reinstall firefox

Here is my system information

here

Gefragt von nico.venuti vor 5 Monaten

Beantwortet von zeroknight vor 4 Monaten

  • Gelöst
  • Archiviert

Can I use BOTH a default pattern and custom image background in Firefox Color (custom theme creator)?

Is there a way to enable using both a default pattern as well as a custom image for the background on Firefox Color? I really want to enable both but it is making me choo… (Lesen Sie mehr)

Is there a way to enable using both a default pattern as well as a custom image for the background on Firefox Color? I really want to enable both but it is making me choose one or the other. Please help me do this or enable the ability to do so.

Gefragt von Austin vor 6 Monaten

Beantwortet von zeroknight vor 5 Monaten

  • Gelöst

When opening a new tab, why can't I automatically search?

When I open a new tab, I can't automatically start searching anymore. Here's a video: https://www.loom.com/share/ebcc8685187a4e2284cf40b75f7e134e?sid=9b0a3db3-fcac-4bae… (Lesen Sie mehr)

When I open a new tab, I can't automatically start searching anymore.

Here's a video: https://www.loom.com/share/ebcc8685187a4e2284cf40b75f7e134e?sid=9b0a3db3-fcac-4bae-9ff9-cdbe2b8b955b

Now, I have to click into the search bar to type. That's annoying.

Anyone know how to fix this?

Gefragt von Kevin George vor 1 Tag

Beantwortet von jscher2000 - Support Volunteer vor 1 Tag

  • Gelöst

Missing Window?

Hey there, I had two windows in firefox open, one of which had a lot of tabs. I was using firefox on my surface pro, and then got up to get a snack. I came back, and the … (Lesen Sie mehr)

Hey there, I had two windows in firefox open, one of which had a lot of tabs. I was using firefox on my surface pro, and then got up to get a snack. I came back, and the window, which I had been using for some time, was gone. The other window was still open, and firefox had not been closed. I thought I would just open it up by restoring recently closed window, but it was gone. I routinely clear my history, but even tabs that I just had open 5 minutes ago are missing from my history, like I never opened them in the first place. What is going on?

Gefragt von Carina Elliott vor 18 Stunden

Beantwortet von jscher2000 - Support Volunteer vor 17 Stunden

  • Gelöst

Customize Toolbar page does not appear.

When I try to customize the toolbar in Firefox 115.10, the browser tries to change the page to the customize toolbar / overflow toolbar page. However the page flashes o… (Lesen Sie mehr)

When I try to customize the toolbar in Firefox 115.10, the browser tries to change the page to the customize toolbar / overflow toolbar page. However the page flashes on and then reverts to the normal browser page. The page showing customize toolbar/ overflow toolbar, is transient and does not last. So I can't even customize the order of the buttons on my toolbar. This wasn't a problem a few days ago before the switch to this latest version. In particular I am trying to change the position of the "home" button to the left side of the address box. I just can't bring up the customize toolbar page. I'm not talking about the position of the add-on or extension buttons...just the home button. Hope this is clear. By the way, I've even tried this in safe mode to no avail.

Gefragt von paulgxi vor 19 Stunden

Beantwortet von paulgxi vor 15 Stunden

  • Gelöst
  • Archiviert

Blocked URL

There is one domain that I get a "server not found" error for even after doing many things to fix it including everything here, https://support.mozilla.org/en-US/kb/firef… (Lesen Sie mehr)

There is one domain that I get a "server not found" error for even after doing many things to fix it including everything here, https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can#firefox:win10:fx119, checking blocked URLs in the registry, running malware checks, safe mode, reinstalling FF after removing all FF folders from my system.

Before I did a completely clean reinstall, disabling the Open H264 codec (see attached screenshot) would allow me to access the site. But thinking it was needed, I did the clean reinstall. Now disabling it does not allow access to the site.

So far, I have not found any other websites with this problem. It's a .edu domain which happens to be the one I work for! What else can I do?

Gefragt von lifespan vor 6 Monaten

Beantwortet von zeroknight vor 5 Monaten

  • Gelöst
  • Archiviert

Live videos on Youtube, certain embedded videos on Reddit, and *all* videos on Nebula are failing to play

I tried to watch a youtube livestream today and it failed to play. Non-live videos on youtube are playing, even the same videos watched as VODs after the stream ends, bu… (Lesen Sie mehr)

I tried to watch a youtube livestream today and it failed to play. Non-live videos on youtube are playing, even the same videos watched as VODs after the stream ends, but the livestreams are providing "Your browser can't play this video" errors.

Simultaneously, I'm noticing that some videos on Reddit (such as embedded tiktok videos) are stuck with a circling ring and won't play. At least some of the same videos will play on Tiktok (when I can find them).

ALSO, when I try to watch videos on my Nebula subscription, I'm getting a "This video could not be loaded: 4" error code. ANY video on Nebula.

What the heck gives?!

Gefragt von hobbitguy1420 vor 6 Monaten

Beantwortet von zeroknight vor 6 Monaten

  • Gelöst
  • Archiviert

Unable to deselect "Ask to save logins and passwords for websites"

I am unable to de-select the "Ask to save logins and passwords for websites" setting. The option is checked and I cannot "uncheck" the box. The texted is grey and the c… (Lesen Sie mehr)

I am unable to de-select the "Ask to save logins and passwords for websites" setting. The option is checked and I cannot "uncheck" the box. The texted is grey and the check box is a light color denoting it's not able to be toggled.

I searched for a solution and it's not the same problem as others are having where they have the the "never remember history" option enabled. My setting is "remember history."

I am a personal user, and this is my personal computer. I have admin rights on my computer. Running Windows 10 Pro.

Screenshot attached.

Thank you for any help with this.

Gefragt von kennethdyer vor 6 Monaten

Beantwortet von cor-el vor 6 Monaten

  • Gelöst

Netflix Error - F7355-1203

Hi, I was using FF on Ubuntu 22.04.4 LTS. Had version FF 120.x and playing video in Netflix worked fine. Then I updated to FF 124.x and playing video stopped with error… (Lesen Sie mehr)

Hi,

I was using FF on Ubuntu 22.04.4 LTS. Had version FF 120.x and playing video in Netflix worked fine. Then I updated to FF 124.x and playing video stopped with error F7355-1203.

I've checked the DRM setting and it is enabled, I checked addons and I have OpenH264 and Widevine installed, both set to always active.

I've checked installed codecs and I do have libavcodec58 installed. No update for that available via apt. I also have ffmpeg installed, no problem with that either. I can play Netflix videos in Chrome, but not in Firefox now. Something happened to Firefox when I updated from 120.x to 124.x. Today I updated to 125.x, same problem, Netflix video won't play.

I've unchecked the DRM setting and re-checked it, and that does reinstalled Widevine but does not fix the problem.

Any ideas what could be the cause?

Gefragt von mark545 vor 3 Wochen

Beantwortet von mark545 vor 2 Tagen

  • Gelöst

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older cod… (Lesen Sie mehr)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }

Gefragt von Slouch vor 3 Tagen

Beantwortet von cor-el vor 2 Tagen

  • Gelöst

No GL in Firefox 121 on Linux

Recently upgraded to a new laptop, Thinkpad X1 Carbon 11th gen. Running a Wayland-based WM. OpenGL is working fine everywhere except Firefox. Works fine in Chrome, Blende… (Lesen Sie mehr)

Recently upgraded to a new laptop, Thinkpad X1 Carbon 11th gen. Running a Wayland-based WM. OpenGL is working fine everywhere except Firefox. Works fine in Chrome, Blender, glxgears, Steam games. Firefox 121 gives the following error:

[GFX1-]: Failed to compile vertex shader: gpu_cache_update [ERROR webrender::device::gl] Failed to compile vertex shader: gpu_cache_update

Confirmed that MOZ_ENABLE_WAYLAND=1 is set.

❯ glxinfo -B name of display: :1 display: :1 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer):

   Vendor: Intel (0x8086)                                                                                                                                                                                                          
   Device: Mesa Intel(R) Graphics (RPL-U) (0xa7a1)                                                                                                                                                                                 
   Version: 23.1.9                                                                                                                                                                                                                 
   Accelerated: yes                                                                                                                                                                                                                
   Video memory: 31754MB                                                                                                                                                                                                           
   Unified memory: yes                                                                                                                                                                                                             
   Preferred profile: core (0x1)                                                                                                                                                                                                   
   Max core profile version: 4.6                                                                                                                                                                                                   
   Max compat profile version: 4.6                                                                                                                                                                                                 
   Max GLES1 profile version: 1.1                                                                                                                                                                                                  
   Max GLES[23] profile version: 3.2                                                                                                                                                                                               

OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) Graphics (RPL-U) OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.1.9 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.1.9 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.1.9 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

❯ inxi -G Graphics: Device-1: Intel Raptor Lake-P [Iris Xe Graphics] driver: i915 v: kernel

          Device-2: Bison Integrated RGB Camera type: USB driver: uvcvideo                                                                                                                                                         
          Display: wayland server: X.Org 23.2.4 driver: loaded: i915 note: n/a (using device driver)                                                                                                                               
          resolution: 1599x999~90Hz                                                                                                                                                                                                
          OpenGL: renderer: Mesa Intel Graphics (RPL-U) v: 4.6 Mesa 23.1.9 

❯ uname -a Linux nflx-erahhal-x1c 6.6.12 #1-NixOS SMP PREEMPT_DYNAMIC Mon Jan 15 17:57:06 UTC 2024 x86_64 GNU/Linux

Gefragt von firefox2001 vor 3 Monaten

Beantwortet von firefox2001 vor 3 Monaten

  • Gelöst
  • Archiviert

Certain websites timing out in Firefox but not Safari

On both my old laptop and a new one (so a new installation of Firefox), I'm unable to load Frontier Airlines' website (www.flyfrontier.com) and get a time-out message: … (Lesen Sie mehr)

On both my old laptop and a new one (so a new installation of Firefox), I'm unable to load Frontier Airlines' website (www.flyfrontier.com) and get a time-out message:


The connection has timed out

The server at flyfrontier.com is taking too long to respond.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.


This happens even with all of my extensions disabled, with enhanced tracking protection turned off for that site and with HTTPS-only mode and DNS over HTTPS disabled. It also happens when using Firefox in safe mode. Safari loads the same website very quickly and with no problems. Does anyone know what might be going wrong? Thanks.

Gefragt von mrjhalford+software vor 6 Monaten

Beantwortet von zeroknight vor 6 Monaten