Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Mozilla apps can't get Cloudflare to verify while using NordVPN

Apps Firefox and Thunderbird are having problems opening links to webpages. In particular, Cloudflare cannot verify (it just cycles between a checkbox "Are you human?" an… (Lesen Sie mehr)

Apps Firefox and Thunderbird are having problems opening links to webpages. In particular, Cloudflare cannot verify (it just cycles between a checkbox "Are you human?" and a browser check) when I use FF.

I use Win11 with NordVPN, but this wasn't a problem before the latest Win11 update. (It also seems to have affected TB reconnecting to Ymail.) I'm now using Chromium to read my Ymail avoid Cloudflare verification, but I'd rather keep using FF and TB apps.

I've been going though Cloudflare, NordVPN and Mozilla online help for a few days now, and I think I've tried everything there.

Thoughts?

Gefragt von Kagamusha SW vor 2 Jahren

Beantwortet von Kagamusha SW vor 1 Jahr

Firefox ESR 115 & Windows 7

Because the economy, inflation, and lower incomes are still a major problem, many users like myself need to continue using old computers that can only run Windows 7. So w… (Lesen Sie mehr)

Because the economy, inflation, and lower incomes are still a major problem, many users like myself need to continue using old computers that can only run Windows 7. So we need Firefox ESR 115 to continue being supported with updates for at least a couple more years.

Gefragt von brookse321 vor 3 Monaten

Letzte Antwort von James vor 3 Monaten

  • Gelöst
  • Archiviert

Searchbar no longer working

Hi. Whenever I click a button on the keyboard, the CTRL+F function comes up on it's own. I had previously disabled it because it ruins all shortcuts on youtube and with … (Lesen Sie mehr)

Hi.

Whenever I click a button on the keyboard, the CTRL+F function comes up on it's own. I had previously disabled it because it ruins all shortcuts on youtube and with tourettes, I often also get thrown around if I am reading long articles, because of misclicks.

Unfortunately I did the big mistake of updating, also with a tourettes-missclick, so my question is: 1) How do I remove the 'quick'-search function? I want the Ctrl+F bar to come up ONLY WHEN I CLICK ctrl+F, and I want it to go away again if I click ctrl+F again. I forget how to do it. 2) How do I remove all future update prompts? Given that it has been made so hard to configure firefox into something tolerable, I don't want to throw all my setup away with minor updates always thrown at me. It takes me a long time every time there's an update, I have to fix language and other stuff back again. It's just not worth it in time for me to use Firefox, if I have to make a setup so often. 3) Recommendations for the best version of Firefox to go back to and stay in for eternity, alternatively, browsers that does not change or add functions without first asking the user... (The answer is no, by the way, I don't want more new fancy functions)

Sorry for this nagging but I simply can't use my browser like this. It's just not working.

Gefragt von mettelolzjacobsen vor 2 Jahren

Beantwortet von zeroknight vor 2 Jahren

  • Gelöst
  • Archiviert

bug returning from hibernation: open firefox is ignored

In case anyone's interested, under Debian 12, when I resume from hibernation, if I have Firefox running as well as Tbird, if I click on a link in an email, the existing i… (Lesen Sie mehr)

In case anyone's interested, under Debian 12, when I resume from hibernation, if I have Firefox running as well as Tbird, if I click on a link in an email, the existing instance of Firefox is ignored and a new instance is opened. The first instance is in fact frozen -- it looks as it should but trying to change tabs or open a new tab is inactive. Seems I have to kill the open instance of FF, then if I click on a link in an email, FF pops up as it should with a new tab for the link, but the existing tabs are all there and all functional. It feels like a bug -- Tbird seems not to know that FF is already running.

Gefragt von rayandrews vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

Unintended muting

Long-time problem: Running Firefox 115.6.0esr (64-bit) on Windows 7 Home Premium SP1 (64-bit). Viewing "CNN live" in one tab. Mutes if I open any another app/window [Logi… (Lesen Sie mehr)

Long-time problem: Running Firefox 115.6.0esr (64-bit) on Windows 7 Home Premium SP1 (64-bit). Viewing "CNN live" in one tab. Mutes if I open any another app/window [Login to website #1 [CNN live] and view/listen...Open anything else; CNN mutes] (Note- This happens in both Firefox and Chrome) Any ideas/suggestions for how to avoid this behavior? Thank you, Ron

Gefragt von ronbar59 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

Permit pop ups and cookies

I am trying to upload a document on the Supreme Court portal (UK) but it won't work I am told because my browser has to allow pop ups and cookies. Where can I get Firefo… (Lesen Sie mehr)

I am trying to upload a document on the Supreme Court portal (UK) but it won't work I am told because my browser has to allow pop ups and cookies. Where can I get Firefox to so allow?

Gefragt von jeffreydudgeon vor 3 Monaten

Letzte Antwort von jonzn4SUSE vor 3 Monaten

  • Gelöst
  • Archiviert

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (Lesen Sie mehr)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Gefragt von Slouch vor 1 Jahr

Beantwortet von Slouch vor 1 Jahr

  • Gelöst

Unable to see "View all memories" on One Drive

Hi Up to a few days ago I was able to see "View all memories" from One Drive in Firefox. Not anymore. I am subscribed to One Drive. Every few days I get an email from O… (Lesen Sie mehr)

Hi

Up to a few days ago I was able to see "View all memories" from One Drive in Firefox. Not anymore.

I am subscribed to One Drive. Every few days I get an email from One Drive with the past memories from the day of the email. I will open the emails and click on "View all memories" then it would take me to the One Drive and I would be able to see those pictures individually. For a few days now I have not been able to do this on Firefox anymore. The website goes to gray like it is trying to download the pictures but it gets stuck there.

This is happening both on my desktop with Windows 7 and my laptop with Window 11. Everything works in the Microsoft Edge browser. I can see all the images individually from that day.

I have communicated this problem to Microsoft One Drive and it seems to be a browser problem. Is there any way that this problem can be solved in the Firefox browser?

I would appreciate your help, Amy

Gefragt von Amylogamy vor 2 Monaten

Beantwortet von Denys vor 2 Wochen

  • Gelöst
  • Archiviert

Long delays with HAProxy

I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, … (Lesen Sie mehr)

I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, the pages come right up without any delay.

If I connect to the Plesk server directly without HAProxy in the middle, there are no delays.

I do not know what would cause these delays that don't occur with other browsers.

I'm on a Mac: 115.0.2 (64-bit)

Gefragt von palinst vor 2 Jahren

Beantwortet von palinst vor 2 Jahren

  • Gelöst
  • Archiviert

Firefox themes

Saved themes in Firefox color not visible in add-ons manager. Does not fix itself in safe mode. One of the saved themes is a default preset I liked, the other is a preset… (Lesen Sie mehr)

Saved themes in Firefox color not visible in add-ons manager. Does not fix itself in safe mode. One of the saved themes is a default preset I liked, the other is a preset I made myself, using all options except advanced colors.

Gefragt von Lord_Voidwrath vor 1 Jahr

Beantwortet von Lord_Voidwrath vor 1 Jahr

  • Archiviert

How to disable Firefox's search (Ctrl + F keyboard shortcut) to be used for the website's internal search?

In numerous cases i have found not to be beneficial when website's search function is activated on Ctrl+F keyboard shortcut and where is better to use regular Firefox on-… (Lesen Sie mehr)

In numerous cases i have found not to be beneficial when website's search function is activated on Ctrl+F keyboard shortcut and where is better to use regular Firefox on-page search instead. I think that the good site has search button/area visible so i can use it when needed.

So please how to disable Firefox's search (Ctrl + F keyboard shortcut) to activate website's internal search? I want to always use regular Firefox on-page search that i now trigger by left Alt (to show the FF menu), click Edit menu, click Find in page.... (since Ctrl+F is occupied by website's internal search).

Gefragt von #367259 vor 1 Jahr

Letzte Antwort von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

Updated W10 to FF 116 and had cert problems

After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem i… (Lesen Sie mehr)

After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem is the cert DB. The doc I found says that it is cert8.db. Actually it is now cert9.DB.

What I had to do was go to task manager and kill a task that was holding the cert9.db file. Then I could rename it (cert9.old.db). Then restarted their laptop and FF came up and started fixing the cert file (as expected). This seems to have fixed their problem.

Gefragt von Wylbur vor 2 Jahren

Beantwortet von Wylbur vor 2 Jahren

  • Gelöst
  • Archiviert

Wifi Repeater suddenly refused access after one month

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T. Recently, I began successfully ac… (Lesen Sie mehr)

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T.

Recently, I began successfully accessing the internet / Firefox via my Wifi Repeater. As of two or three days ago. I keep being asked to "log in to access the Internet", but even after I do it (successfully, as far as my repeater is concerned) I'm no further forward; I keep being asked to log in.

Thanks to my repeater I have a strong signal when in my garden office. But after a month, Firefox has suddenly stopped allowing me to use it. I am back at Square 1, before I purchased the thing.

I need need to work from my office. Please help resume my Repeater's access.

Kind regards,

Sean

Gefragt von seanhindle4 vor 2 Jahren

Beantwortet von seanhindle4 vor 2 Jahren

  • Archiviert

Firefox won't update to version 127 on macOS 10.15.7

I am running macOS 10.15.7 and Firefox won't upgrade past ESR v. 115 to the "regular" version 127. Alternately, downloading the Firefox v. 127 installer and running won… (Lesen Sie mehr)

I am running macOS 10.15.7 and Firefox won't upgrade past ESR v. 115 to the "regular" version 127.

Alternately, downloading the Firefox v. 127 installer and running won't update ESR v. 115 nor will it import bookmarks or data from the previous version ESR 115. Firefox v. 127 installs and starts as if I am a new user without any update or import option so that all previous settings, passwords, and data from ESR v. 115 are lost.

Is there a work-around for the upgrade to keep continuity, settings, bookmarks, and data when migrating to v. 127? Thanks!

Gefragt von koolerking52 vor 1 Jahr

Letzte Antwort von James vor 1 Jahr

  • Archiviert

Spell Checker not working

The spell checker isn't working for me. I've found old answers to this: "You can see which dictionary is selected if you right-click in a text area and open the Language… (Lesen Sie mehr)

The spell checker isn't working for me. I've found old answers to this:

"You can see which dictionary is selected if you right-click in a text area and open the Languages sub menu. At least one dictionary should be installed and have a check mark to indicate that it is selected.

   open the "Add Dictionaries" link to install a dictionary if you do not have one. 

The spelling checker is enabled if [X] "Check Spelling" in the right-click context menu has a checkmark.

You can enable or disable spell checking globally:

   Options/Preferences -> General: Language and Appearance: "Check your spelling as you type" 

You can look here for dictionaries:

   https://addons.mozilla.org/firefox/language-tools/ 

Note that for spell check you need a dictionary. A language pack provides string translations for the user interface.

   https://support.mozilla.org/en-US/kb/use-firefox-interface-other-languages-language-pack 

You can check the layout.spellcheckDefault pref on the about:config page.

   http://kb.mozillazine.org/layout.spellcheckDefault "'


But I don't understand what most of this means!

I don't find 'language' because I don't know where to find a "text box containing more than one line" I'd have thought this was one, but the option does not come up here when I right click.

I realise this is probably me being dense, but can someone help in simple terms, please? Thanks.

Gefragt von janet25 vor 2 Jahren

Letzte Antwort von cor-el vor 1 Jahr