Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

An error occurred during a connection to login.acg.aaa.com

Unable to login to my AAA account from my PC though I can with no issues on my android phone. security.tls.version.max is set to 4 SSL Report: login.acg.aaa.com (104.68… (Lesen Sie mehr)

Unable to login to my AAA account from my PC though I can with no issues on my android phone.

security.tls.version.max is set to 4

SSL Report: login.acg.aaa.com (104.68.100.81) shows A+ rating - https://www.ssllabs.com/ssltest/analyze.html?d=login.acg.aaa.com

Please help.

Gefragt von Max vor 14 Sekunden

The new apostrophe quicksearch-function is a problem for me

Hello There seems to be a new function that opens a quick search window when I press the apostrophe key. This function is active on many websites, and I am using Firefo… (Lesen Sie mehr)

Hello

There seems to be a new function that opens a quick search window when I press the apostrophe key. This function is active on many websites, and I am using Firefox 125.0.3 on a Macbook Air.

This new function makes it very difficult for me to practice touch typing in Firefox, and I would like to turn this function of.

Best regards Max Andersson

Gefragt von Max Andersson vor 20 Minuten

Letzte Antwort von TyDraniu vor 11 Minuten

  • Gelöst

Google Sheets Cells Turn Black

This randomly happened over the past few months but last couple days it's bad. The Google Sheets cells I have open on Firefox turn black. You can scroll and they will com… (Lesen Sie mehr)

This randomly happened over the past few months but last couple days it's bad. The Google Sheets cells I have open on Firefox turn black. You can scroll and they will come back but just briefly and back to black. Very annoying as these are shared sheets for my business with other employees. It's not happening in Vivaldi Browser or Edge. I hate Chrome so not even trying it there but guessing it's fine. Seems to just be Firefox all of a sudden. See pic. Help please as I have no clue what's causing this.

Gefragt von Keith Robinson vor 23 Stunden

Beantwortet von Keith Robinson vor 21 Minuten

PDF Editor options are unusable (grayed out)

I'm trying to use the built-in PDF Editor features after finding out about it but every PDF file I open with Firefox has the options grayed out (as shown in the screensho… (Lesen Sie mehr)

I'm trying to use the built-in PDF Editor features after finding out about it but every PDF file I open with Firefox has the options grayed out (as shown in the screenshot). What should I do to re-enable the features?

Gefragt von RxF vor 1 Stunde

Letzte Antwort von TyDraniu vor 23 Minuten

Firefox Launch Time Abyssmal

Every time I start up firefox, it takes about a full minute to load. It shows an outline of the UI, but does not become usable for a while, windows also puts up a "firefo… (Lesen Sie mehr)

Every time I start up firefox, it takes about a full minute to load. It shows an outline of the UI, but does not become usable for a while, windows also puts up a "firefox is not responding" window when the window is interacted with. After loading, opening a new window is unaffected, and page loading is snappy. just the initial launch is the issue. This remains true even after a clean uninstall + reinstall. Appdata folder was removed as well, and did not affect the issue. I do not have any antivirus software other than windows defender, so that should not be an issue. My hardware is also not likely to be at fault, as it is sufficiently up to date (upgraded within last year, not sharing specs here). Chrome starts up in less than a second for reference. Once again, a fresh install with a new profile has the same symptoms. Have tried every available guide to no effect.

Gefragt von Kizmel Sakura vor 27 Minuten

Firefox crashes when launching Brave

Hello! I updated FLOORP on the 5th May, FLOORP crashed and then Brave, Firefox, Waterfox, LibreWolf and Vivaldi started crashing. I had Brave and Vivaldi open when I laun… (Lesen Sie mehr)

Hello! I updated FLOORP on the 5th May, FLOORP crashed and then Brave, Firefox, Waterfox, LibreWolf and Vivaldi started crashing. I had Brave and Vivaldi open when I launched FLOORP and FLOORP asked consent to update itself and after updating, it did not open in “previous session” and I could not open “previous session” through History. When I launched “Settings” from menu, “previous session” opened! I had pinned “Settings” earlier.

Now the bizarre happens; suddenly LibreWolf launches by itself also without “previous session” and open tabs in Brave and Vivaldi disappear to single New Tab. After some tinkering, I was able to restore “previous session” in LibreWolf, Brave and Vivaldi.

Now I close all browsers and open Firefox, no “previous session” and some random windows in its history, opening these random windows also opened “previous session”! 🙄But then Waterfox launches also without “previous session”, here clicking on OneTab extension recovered “previous session”.

Cutting short; I uninstalled, Waterfox, LibreWolf and FLOORP, this did not help, I ran System Restore twice to two different points and it has not resolved the issue.

Thankful for any help!

Gefragt von RAJENDRA KUMAR vor 1 Woche

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Stunde

FF Browser Update Malfunction?

This morning my Linux Mint PC notified me via Update Manager that an update to FF version 126 was available. I ran the update and it completed with no problems. I use FF … (Lesen Sie mehr)

This morning my Linux Mint PC notified me via Update Manager that an update to FF version 126 was available. I ran the update and it completed with no problems. I use FF as a Flatpak. When I checked the FF version in FF Help>About FF it still showed version 125.0.3 even after restarting FF and the PC. I checked the Synaptic Package Manager on my PC and it shows that my current FF version is 126. The Software Manager shows the current version is 125.0.3. Why is FF still showing the previous version after I ran the update for 126? I'm concerned that I might have a compromised FF even though I updated it via Linux Mint Update Manager like I always do for any program updates. Thank you, Colin

Gefragt von Colin vor 1 Stunde

Google Calendar won't print whole day on Firefox

FIREFOX won't print whole day of my google calendar - now it just prints when I get to the computer and print out the day - but then it skips the morning or night - BUT I… (Lesen Sie mehr)

FIREFOX won't print whole day of my google calendar - now it just prints when I get to the computer and print out the day - but then it skips the morning or night - BUT I can go to Chrome and it will print from 6am to 12midnight .... PLEASE get this fixed - such a pain to log in to another calendar/browser ETC all the time

Gefragt von 3D H&G vor 2 Stunden

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (Lesen Sie mehr)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Gefragt von hal.martin vor 2 Stunden

Letzte Antwort von hal.martin vor 2 Stunden

Dead keys not working only in a specific profile

Today I noticed that typing characters with accents like á, ã, â, etc. doesn't seem to work at all from firefox, they all end up ignoring the dead key and just typing the… (Lesen Sie mehr)

Today I noticed that typing characters with accents like á, ã, â, etc. doesn't seem to work at all from firefox, they all end up ignoring the dead key and just typing the letter itself. It can render them just fine and I can paste them from another app normally too, but actually typing them is impossible from firefox.

After trying to troubleshoot, I eventually found out a few things: - iBus is not at fault, since it works in every other app and I even restarted it, but the problem persists - This only happens in my main profile, newly created profiles don't have that problem - The problem still happens on troubleshoot mode (as long as it is my main profile) - Compose key also doesn't work (I don't want to use compose key anyway, because my keyboard has specialized dead keys, but I at least tried it)

I suspect the problem lies in a setting on about:config that's different from newly created profiles, but I have no idea which and Ctrl+F searching this site doesn't show any relevant configuration that might be the culprit.

Gefragt von Kazuma vor 2 Stunden

loss of open tabs and windows

Today while using firefox all my open tabs and windows crashed. Due to the situation, I had to restart my computer because everything was stuck. When it restarted I could… (Lesen Sie mehr)

Today while using firefox all my open tabs and windows crashed. Due to the situation, I had to restart my computer because everything was stuck. When it restarted I couldn't restore the previous session so I used various methods to restore it but I still can't restore the windows and tabs that were open today. I would like you to restore my session from before the failure today.

Gefragt von mateuszzadrozny11 vor 2 Stunden

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (Lesen Sie mehr)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Gefragt von Andrijan vor 1 Tag

Letzte Antwort von Andrijan vor 3 Stunden

Last update 126.0

After the last Firefox update: - i was logged out of my mozilla account; - i was logged out of my Facebook account; - i was logged out of my bluesky account; - i was log… (Lesen Sie mehr)

After the last Firefox update: - i was logged out of my mozilla account; - i was logged out of my Facebook account; - i was logged out of my bluesky account; - i was logged out of my Facebook account; - my Instagram account is suspended;

yesterday morning all of these were logged-in and working fine.

Had to work for 30 minutes to re-log-in. And I cannot reactivate Instagram, I contacted support, nothing yet.

Gefragt von massmedia314 vor 12 Stunden

Letzte Antwort von jscher2000 - Support Volunteer vor 3 Stunden