Afficher les questions étiquetées : Afficher toutes les questions
  • Résolu
  • Archivé

Update 108 -> 109, wont work

Hi, TL:DR, Firefox 108 refuses to update to Version 109. Firefox refused to update to 109, repeatedly said 108 was the latest version. I was sick of websites breaking s… (lire la suite)

Hi,

TL:DR, Firefox 108 refuses to update to Version 109.

Firefox refused to update to 109, repeatedly said 108 was the latest version. I was sick of websites breaking so I decided to reinstall Firefox, and the website worked perfectly fine on the reinstalled one, since that app is on 109.

Unfortunately, it caused a whole host of problems since I have two Firefoxes on my laptop. When I finally got rid of the older Firefox, it worked fine…

…until I restarted my laptop. Upon launching Firefox, it crashed my laptop and when it rebooted, the Firefox reverted back to version 108 with 109 nowhere to be found.

How can I get Update 109 on my laptop? Thanks in advance.

Demandé par Raeoniel il y a 1 an

Réponse de cor-el il y a 1 an

  • Résolu
  • Archivé

Firefox direct download Link

Hi If I click my way through https://www.mozilla.org/de/firefox/all/#product-desktop-release I get a different Link everytime. So as someon who wants to distribute Firef… (lire la suite)

Hi

If I click my way through https://www.mozilla.org/de/firefox/all/#product-desktop-release I get a different Link everytime. So as someon who wants to distribute Firefox on different PC's , I want to know: Are there any direct download links for the latest version? The best would be some links like Webex has for distribution (e.g. https://mozilla.org/firefox/windows/FirefoxInstaller.exe)

Thanks in advance Robin

Demandé par robingebert99 il y a 1 an

Réponse de TyDraniu il y a 1 an

  • Résolu
  • Archivé

directory structure has changed upgrading from 106.0.5 to 108.0 linux

At least under linux, 'firefox' is now a directory in 108.0. For 106.0.5 and many versions prior, it was an executable. -rw-r--r-- 1 78771445 2022-12-15 08:34 firefox-… (lire la suite)

At least under linux, 'firefox' is now a directory in 108.0. For 106.0.5 and many versions prior, it was an executable.

-rw-r--r-- 1 78771445 2022-12-15 08:34 firefox-108.0.tar.bz2

tar xjvf firefox-108.0.tar.bz2

mv firefox firefox-108.0

  • -rwxr-xr-x 1 14416 2022-04-28 13:54 firefox-100.0/firefox
  • -rwxr-xr-x 1 14416 2022-08-08 07:34 firefox-103.0.2/firefox
  • -rwxr-xr-x 1 14416 2022-11-04 08:00 firefox-106.0.5/firefox
  • drwxr-xr-x 7 4096 2022-12-15 08:47 firefox-108.0/firefox

Demandé par Kelt3243 il y a 1 an

Réponse de Kelt3243 il y a 1 an

  • Résolu
  • Archivé

OpenH264 fails to install with HTTPS-Only mode enabled

"OpenH264 Video Codec provided by Cisco Systems, Inc." plugin will sit in the "will be installed shortly" status forever if you have HTTPS-Only mode enabled. I have been … (lire la suite)

"OpenH264 Video Codec provided by Cisco Systems, Inc." plugin will sit in the "will be installed shortly" status forever if you have HTTPS-Only mode enabled. I have been pulling my hair out for the last few days trying to figure out why I couldn't play YouTube or many other sites videos.

Turns out the site that the library is downloaded from has a bad certificate installed: https://ciscobinary.openh264.org/libopenh264-2.3.0-linux64.6.so.bz2

``` Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for ciscobinary.openh264.org. The certificate is only valid for the following names: a248.e.akamai.net, *.akamaihd-staging.net, *.akamaihd.net, *.akamaized-staging.net, *.akamaized.net

Error code: SSL_ERROR_BAD_CERT_DOMAIN ```

OS: Fedora 36 Firefox Version: 104.0 (64-bit)

Demandé par Nickolas Gupton il y a 1 an

Réponse de Nickolas Gupton il y a 1 an

  • Résolu
  • Archivé

Can't adjust or dismiss sidebar -

Normally I use side-berry to hold all of my tabs - the panel normally collapses and hides to the left of the screen - showing just the favicons of the website. After the… (lire la suite)

Normally I use side-berry to hold all of my tabs - the panel normally collapses and hides to the left of the screen - showing just the favicons of the website.

After the most recent firefox update 107.0 (20221110173214) there is now a large bar that i can't remove!

I have a CSS file for appearance, which i have included below.

any idea how to shrink this dead zone? I would really like to keep using my fun tabs.

****
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
  opacity: 0;
  pointer-events: none;
}


#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
    visibility: collapse !important;
}
 
#nav-bar {
    margin-right:140px;
}
 
/* Some space on top to allow window dragging */
#titlebar {
    appearance: none !important;
    height: 20px;
}
 
/* Fix for main menu calling by Alt button */
#titlebar > #toolbar-menubar {
    margin-top: 10px;
}
 
.titlebar-buttonbox-container {
  display: block;
  height: 35px;
  margin-top: 0px;
}

:root {
  --sidebar-min-width: 50px;
  --sidebar-visible-width: 160px;
}

#sidebar-header {
  overflow: hidden !important;
}

#sidebar-box #sidebar-header {
  display: none !important;
}

#sidebar,
#sidebar-header {
  min-width: var(--sidebar-min-width) !important;
  max-width: var(--sidebar-min-width) !important;
  transition: .1s ease .05s;
  z-index:1;
}
.titlebar-buttonbox-container .titlebar-button {
  display: block;
  height: 45px;
}

#sidebar-box:hover :-moz-any(#sidebar,#sidebar-header) {
  background-color: var(--toolbar-bgcolor) !important;
  min-width: var(--sidebar-visible-width) !important;
  max-width: var(--sidebar-visible-width) !important;
  margin-right: calc((var(--sidebar-visible-width) - var(--sidebar-min-width)) * -1) !important;
  z-index:1;
  position: relative !important;
  transition: .1s ease .05s;
}

Demandé par warmbloodedreptile il y a 1 an

Réponse de jscher2000 - Support Volunteer il y a 1 an

  • Résolu
  • Archivé

Profile cannot be loaded - Tried all advice I can find already

Windows 10 - 22 H2 - All updates applied AMD Ryzen 7950x + DDR5 64GB RAM + 3090 RTX GPU + Plenty of Disk Space Firefox Hi, To get myself off MS Edge (as its Chromium … (lire la suite)

Windows 10 - 22 H2 - All updates applied AMD Ryzen 7950x + DDR5 64GB RAM + 3090 RTX GPU + Plenty of Disk Space Firefox

Hi,

To get myself off MS Edge (as its Chromium based), I've come back to FF. But after I tried installing firefox standard and even the Extended Support Release I can not run it for the first time - I get this error

Your Firefox profile cannot be loaded. It may be missing or inaccessible.

I've followed the advice in the help pages, but it hasnt fixed the issue

https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles#w_start-the-profile-manager-when-firefox-is-closed

The same happens when I run

firefox -p

The firefox App Data folder contains no profile file at all....

C:\Users\marcu\AppData\Roaming\Mozilla\Firefox

Just

2022-11-14 12:49 PM <DIR> Crash Reports 2022-11-14 12:46 PM <DIR> Pending Pings

Inside crash reports is an empty events folder, and two crash report instance files (once for each attempt to start up FF) For example

InstallTime20221104133228

The above crash file conatins

1668458789

I've tried uininstalling and wiping all files, and I wanted to try an old versions BUT the link on the page is dead

https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ - Gives me 404

Do I have some service not running that this relies on ?

Demandé par marcusobrien il y a 1 an

Réponse de marcusobrien il y a 1 an

  • Résolu
  • Archivé

Escape developer's version in favor of stable without losing profiles

Hello. I use developer's version of ff for a few weeks (currently on 107.0b2). I recently decided to switch back to stable version 106. However, when I run it it says ``… (lire la suite)

Hello. I use developer's version of ff for a few weeks (currently on 107.0b2). I recently decided to switch back to stable version 106. However, when I run it it says

``` 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. ```

So, how do I move from developer's version back to stable without losing anything?

(OS: debian 11, if it matters)

Demandé par WhiteBlackGoose il y a 1 an

Réponse de WhiteBlackGoose il y a 1 an

  • Verrouillé
  • Archivé

DNS over HTTPS is useless

I am using pihole and i've learned that firefox ignores it. Supposedly, because it has DNS OVER HTTPS enabled by default. So i disabled it, and it still doesn't work ( … (lire la suite)

I am using pihole and i've learned that firefox ignores it.

Supposedly, because it has DNS OVER HTTPS enabled by default.

So i disabled it, and it still doesn't work ( ignores DNS settings and loads websites that are blacklisted in my pihole - only firefox does this, chrome and edge dont have this problem )

I've set it to my pihole server - and it still works.

I've set it to CUSTOM and put in a 0.0.0.0 as IP and IT STILL WORKS

how???

i am just trying to use pihole but i can't comprehend why would a browser ignore all these settings ...

how do i make it work?

thanks.

Demandé par primski il y a 1 an

Dernière réponse par Paul il y a 1 an

  • Résolu
  • Archivé

Firefox cannot download .msi files as binaries to Downloads folder

Hi. I'm trying to download an installer .msi file from a valid link. If I do this in Chrome it simply pops it into the Downloads folder as it should. In Firefox, it do… (lire la suite)

Hi. I'm trying to download an installer .msi file from a valid link. If I do this in Chrome it simply pops it into the Downloads folder as it should. In Firefox, it downloads and then displays as a text page of garbage. It seems the file is wrongly defined as text/plain on the server rather than as a binary.

However, I've looked into my Firefox settings to see if I can define the handling behaviour of that file type. I can't! Amazingly to me, the .msi file type can not be added to the list manually. There is no "Add File Type" functionality in there. It seems as though I have to handle the file in Firefox for it to see that that type exists and then it will let me add it to the Downloads/Applications area of settings.

I can right click on the link and choose Save File As which gets round it, but then I still cannot see the .msi file type to add it to the Applications list. Can anyone tell me what I am missing here?

Demandé par Bordonbert il y a 1 an

Réponse de TyDraniu il y a 1 an

  • Verrouillé
  • Archivé

Everything is locked HELP

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accou… (lire la suite)

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accounts I’ve had for years because of firefox, I’m going to do something rash. I literally can’t even access my fucking email to prove it was me because I wanted to uP mY sEcUrItY and use randomly generated passwords. Help and help fast because I am sick with anger right now.

Demandé par cocktherockhardjohnson il y a 1 an

Dernière réponse par Paul il y a 1 an

  • Verrouillé
  • Archivé

Everything is locked HELP

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accou… (lire la suite)

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accounts I’ve had for years because of firefox, I’m going to do something rash. I literally can’t even access my fucking email to prove it was me because I wanted to uP mY sEcUrItY and use randomly generated passwords. Help and help fast because I am sick with anger right now.

Demandé par cocktherockhardjohnson il y a 1 an

Dernière réponse par Paul il y a 1 an

  • Verrouillé
  • Archivé

Everything is locked HELP

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accou… (lire la suite)

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accounts I’ve had for years because of firefox, I’m going to do something rash. I literally can’t even access my fucking email to prove it was me because I wanted to uP mY sEcUrItY and use randomly generated passwords. Help and help fast because I am sick with anger right now.

Demandé par cocktherockhardjohnson il y a 1 an

Dernière réponse par Paul il y a 1 an

  • Verrouillé
  • Archivé

Everything is locked HELP

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accou… (lire la suite)

I’m locked out of all of my accounts because I can’t remember my firefox password and all records of it were lost to a corrupted drive. If I can’t access my 100s of accounts I’ve had for years because of firefox, I’m going to do something rash. I literally can’t even access my fucking email to prove it was me because I wanted to uP mY sEcUrItY and use randomly generated passwords. Help and help fast because I am sick with anger right now.

Demandé par cocktherockhardjohnson il y a 1 an

Dernière réponse par Paul il y a 1 an

  • Résolu
  • Archivé

installation of Firefox is incompleet, Firefox starts but nothing functions, no sites, no settings

I try to install Firefox on a HP Z1 G8 desktop under Windows 11 Pro. The first time I get a warning that a .dll is not available or so (I dont know what this warning is p… (lire la suite)

I try to install Firefox on a HP Z1 G8 desktop under Windows 11 Pro. The first time I get a warning that a .dll is not available or so (I dont know what this warning is precisely, becaus it pops up for 2 seconds only ) , and firefox is not well installed, reinstalling goes without warning, but still Firefox starts and then stay dead, no sites, no settings. I know the security in this computer is very thight, but other apps install without problem and functions.

Why Firefox cant be installed where other apps can ??????

who has experienced this also and has a clou ?? thanks Ferdinand

Demandé par dieten il y a 1 an

Réponse de dieten il y a 1 an

  • Résolu
  • Archivé

disappearing add-ons

i use the same add-ons on my desktop and laptop. i open my laptop and click on synchronize and later i open my desktop. two of these add-ons on the desktop have disappea… (lire la suite)

i use the same add-ons on my desktop and laptop. i open my laptop and click on synchronize and later i open my desktop. two of these add-ons on the desktop have disappeared! this is not the first time. what can do i, how can install it to prevent it does not happen again?

Demandé par Slawomir Dzwonek il y a 1 an

Réponse de cor-el il y a 1 an

  • Verrouillé
  • Archivé

My Mobile Cant Support Firefox

Hey, I have been putting up quality content that is being shared by some of the top content on the internet but am still unable to perform better in search. My URL is h… (lire la suite)

Hey, I have been putting up quality content that is being shared by some of the top content on the internet but am still unable to perform better in search. My URL is https://actogames.com/ from the team looking into this.

Demandé par h27213557 il y a 1 an

Dernière réponse par Paul il y a 1 an

  • Résolu
  • Archivé

Profile Missing or Inaccessible

I use both firefox and firefox dev edition. Deleted the dev edition and reinstalled the latest one, now i'm getting the error below on attachment. I did not just uninstal… (lire la suite)

I use both firefox and firefox dev edition. Deleted the dev edition and reinstalled the latest one, now i'm getting the error below on attachment. I did not just uninstall the dev edition but i manually cleaned the directorys: C:\Program Files\Mozilla Firefox Dev Edition C:\Users\User\AppData\Local\Mozilla\Firefox\Profiles C:\Users\User\AppData\Roaming\Mozilla\Firefox\Profiles

Firefox still works but the new dev edition after fresh install doesn't

Demandé par Firefox_Beginner il y a 1 an

Réponse de jscher2000 - Support Volunteer il y a 1 an