Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst
  • Arkiveret

Search suggestion cannot be disabled

I have firefox set up so that it does not suggest anything except for my bookmarks. So when I type in the address bar the only suggestions that come up are my bookmarks,… (læs mere)

I have firefox set up so that it does not suggest anything except for my bookmarks.

So when I type in the address bar the only suggestions that come up are my bookmarks, no other suggestions.

For example when I need to translate something quick and want to go to the bookmarked page for google translate as soon as I type "trans..." it will suggest the link, Which is what I want and expect and is efficient.

But as has happened before, now I get a random suggestion coming up first so I have type more just to get to the same result otherwise I end up following a link to a suggested site which is at best aggravating.

I checked my seeting and there is one box ticked in the search suggestion settings that I cannot disable. I have tried and it always comes back.

How can I fix this?

Thanks in advance.

Stillet af mdamarell for 2 år siden

Besvaret af cor-el for 2 år siden

  • Løst
  • Arkiveret

HSTS issue on vercel deployed app

Hello, I deployed my NextJS app on Vercel, but I cannot access my deployed app through firefox because of HSTS. I tried to access several sites with domain .vercel.app … (læs mere)

Hello,

I deployed my NextJS app on Vercel, but I cannot access my deployed app through firefox because of HSTS.

I tried to access several sites with domain .vercel.app but the issue persists.

I can access all sites with ".vercel.app" domain just fine on other browsers except Mozilla Firefox.

I already looked for solution on the internet such as:

  1. Removing entry on SiteSecurityServiceState.txt
  2. Forget site
  3. Clear browser cache & history
  4. Restart browser

Any help will be appreciated.

Thank you for your time and attention.

Stillet af Muhammad Fikri Syahid for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Major complaint by many! Can the Firefox code writers fix this?

With the latest version of Firefox the menu, etc. have a font size that is TOO SMALL. There are many Mozilla posts about this problem. https://support.mozilla.org/bm/qu… (læs mere)

With the latest version of Firefox the menu, etc. have a font size that is TOO SMALL. There are many Mozilla posts about this problem.

https://support.mozilla.org/bm/questions/1260063 https://support.mozilla.org/mk/questions/1395315 https://support.mozilla.org/en-US/questions/1274586 https://support.mozilla.org/bm/questions/1268779

My wife cannot read them. I can barely read them. If this is not fixed soon, we will switch to another browser.

Can the Firefox code writers fix this?

Stillet af bhs67 for for 9 måneder siden

Besvaret af cor-el for for 9 måneder siden

  • Løst
  • Arkiveret

Arrow keys not working like normal

Twice in the past 2-3 weeks I have had to restart the computer, Linux Mint 21.2 Firefox 124(when updated in the past couple of days), due to the mouse freezing up and not… (læs mere)

Twice in the past 2-3 weeks I have had to restart the computer, Linux Mint 21.2 Firefox 124(when updated in the past couple of days), due to the mouse freezing up and not being able to move the mouse on the screen. That's not the current problem, but it might help direct things to the final solution.

After the most recent reboot last night now I'm having a rather problem. The up/down arrow keys are no longer scroll me up and down a webpage like they always have in the past. Instead of doing smooth scrolling like they always use to, now they are scrolling me up and down the links on a web page. For example, if I were to be on youtube it would first want to scroll me down the left side links before taking me through each and every video link, when the page goes to load in more videos than it wants to go back and scroll me down the left side links again. It acts like it is taking me through the html code, line by line, instead of scrolling me smoothly down the webpage. The only way I can scroll smoothly down the webpage is to use the mouse on the scrollbar on the right side. It does this both in normal mode and in Troubleshooting Mode.

I have checked and beret scrolling is false as well as beret_shortcut. Use autoscrolling, use smooth scrolling, show scrollbars and always underline links are all clicked on. Always use the cursor keys to navigate within pages is unclicked. I have tried different changes between clicking on and unclicking those options with no change being noticed.

How can I get this back to the way it used to run?

Stillet af nayrdrofwarc for for 10 måneder siden

Besvaret af nayrdrofwarc for for 10 måneder siden

  • Løst
  • Arkiveret

Facebook page jumps when typing a reply

When I start to type a reply to a Facebook post, the page scrolls down so that the line I am typing disappears one line below the bottom of the screen. I have to scroll … (læs mere)

When I start to type a reply to a Facebook post, the page scrolls down so that the line I am typing disappears one line below the bottom of the screen. I have to scroll down to see what I'm typing. Also, it jumps down the same way whenever I hit the backspace key to edit what I'm typing.

I discovered a previous (archived) post on this forum that suggested using "about.config" and making sure that the value setting for browser.backspace_action is equal to 2. But that didn't change the annoying behavior. Is there any other value I should try? It's not clear what the number means.

Nor did setting browser.backspace to true (or to false) seem to help with the unwanted jumping upon use of the backspace key.

This only seems to happen with Facebook, but it's quite annoying.

Stillet af jay46 for 2 år siden

Besvaret af jay46 for 2 år siden

  • Løst
  • Arkiveret

Gmail is not working

Gmail is not working. I enter the link https://mail.google.com in the address bar and nothing opens (white screen). This has not worked for about 2 months (maybe even mor… (læs mere)

Gmail is not working. I enter the link https://mail.google.com in the address bar and nothing opens (white screen). This has not worked for about 2 months (maybe even more).

Stillet af Nelver for for 6 måneder siden

Besvaret af Nelver for for 6 måneder siden

  • Løst
  • Arkiveret

Huge gaps in MathML's "mtable" render output

I don't know if that was supposed to look like, but when rendering MathML in Firefox 124.0.1 when one uses "mtable" element the browser adds very huge gaps around. The i… (læs mere)

I don't know if that was supposed to look like, but when rendering MathML in Firefox 124.0.1 when one uses "mtable" element the browser adds very huge gaps around.

The included image shows output for the following code:

<math display="block">

 <mfrac>
   <mi>A</mi>
   <mn>2</mn>
 </mfrac>
 <mo>=</mo>
 <mrow>
 <mo> ( </mo>
 <mtable><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr></mtable>
 <mo> ) </mo>

</mrow> </math>

Stillet af Felix Speagel for for 11 måneder siden

Besvaret af Felix Speagel for for 10 måneder siden

  • Løst

hi when i use Firefox by new tab i have 'Freshy" while with safari it does not happen .I heard that Freshy is an hacker site ! what can i do inorder to remove Freshy or to avoid it Thanks for your feedback Regards

Hi, When i want a new tab on Firefox i have 'Freshy' which appears while with Safari this does not happen .I heard that Freshy is an Hacker site .Pls lest me know how ca… (læs mere)

Hi, When i want a new tab on Firefox i have 'Freshy' which appears while with Safari this does not happen .I heard that Freshy is an Hacker site .Pls lest me know how can I Remove it or avoid it Thanks for your feedback Regards

Stillet af Humphrey Moorghen for for 5 måneder siden

Besvaret af Humphrey Moorghen for for 5 måneder siden

  • Løst
  • Arkiveret

Mozilla Firefoz crashes multiple times after waking laptop from sleep

The behavior began with fifteen to twenty crash messages appearing. After which the browser would stop responding and be unable to reach out to the internet. Network con… (læs mere)

The behavior began with fifteen to twenty crash messages appearing. After which the browser would stop responding and be unable to reach out to the internet.

Network connectivity was confirmed as I was able to access my VPN and corporate teams.

I submitted as many crash reports as I could. Eventually the crash reporter ceased to function. The message is:

Firefox had a problem and crashed. Unfortunately, the crash reporter is unable to submit a report for this crash.

Details: expected value at line 1 column 1

Only a full reboot of the machine restored functionality but only temporarily. It returns after being put into sleep mode.

Running firefox in safe mode does not restore functionality. The behavior persists.

I am fully up to date according to firefox.

I am running a Lenovo Thinkpad Windows 11.

Stillet af Candlejack for for 8 måneder siden

Besvaret af Candlejack for for 7 måneder siden

  • Løst
  • Arkiveret

Unwanted redirects using google search

I'm getting unwanted redirects when using google search on certain sites. I have cleared the cache, turned off extensions and scanned for malware (none found). See the at… (læs mere)

I'm getting unwanted redirects when using google search on certain sites. I have cleared the cache, turned off extensions and scanned for malware (none found). See the attached screenshot.

Firefox 115.1.0 iMac Sierra

Stillet af robbiemcclaran for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Blocked website

Hi I have a website that is being blocked on my friends computer. When I go to the same website it is blocked as well. I have updated the Firefox software but still cant … (læs mere)

Hi I have a website that is being blocked on my friends computer. When I go to the same website it is blocked as well. I have updated the Firefox software but still cant get to the website. It does work on google chrome but I want to use it on Firefox. any help on this?

Here is the website: https://www.microminimus.com

Stillet af buzzme for 1 år siden

Besvaret af buzzme for 1 år siden

  • Løst
  • Arkiveret

A recent microsoft update changed all the lovely Firefox pdf icons to ugly ones with huge red capital letters PDF on them. Please, how do I get back the elegant Fox?

I'm sure someone knows how to change pdf icons. I've only been able to change the shortcul icon (which doesn't need changing - microsoft didn't work its evil on it). Plea… (læs mere)

I'm sure someone knows how to change pdf icons. I've only been able to change the shortcul icon (which doesn't need changing - microsoft didn't work its evil on it). Please share your expertise!

Stillet af Kangalarue for 2 år siden

Besvaret af Kangalarue for 2 år siden

  • Løst
  • Arkiveret

XULRunner Error: Could not determine any profile running in backgroundtask mode!

The last couple of weeks I have this pop up interrupt my screen quite often several times in a row. I have searched every article online that is remotely similar to th… (læs mere)

The last couple of weeks I have this pop up interrupt my screen quite often several times in a row.


I have searched every article online that is remotely similar to this problem and none of the solutions have  worked. 

Any ideas on what I can do to stop this annoyance?

Stillet af gpsd3208 for for 10 måneder siden

Besvaret af jscher2000 - Support Volunteer for for 10 måneder siden

  • Løst
  • Arkiveret

No audio / video in Firefox 110 Ubuntu - Chrome 110 works fine

These websites won't play audio or video in Firefox 110.0.1, they work in Chrome 110.0.5481.177 https://www.vrt.be/vrtnu/livestream/audio/stubru/ When I click the Play b… (læs mere)

These websites won't play audio or video in Firefox 110.0.1, they work in Chrome 110.0.5481.177

https://www.vrt.be/vrtnu/livestream/audio/stubru/ When I click the Play button I get an error "Oops, something went wrong, error code 200" which seems to be a general error code. In Chrome the music starts playing instantly.

https://f1tv.formula1.com/ I have a subscription but video won't play. I can press the Play button, sometimes I see a preloader but the screen stays black, no audio or video. In Chrome the content just starts playing, be it live or recorded content.

Steps I took to get audio/video working inb Firefox, but to no avail:

run above websites in private tabs download Firefox again and run it from its folder in Downloads start Firefox in Troubelshoot mode start Firefox in Troubleshoot mode and Refresh Firefox disabled / enabled Plugin Widevine Content Decryption Module provided by Google Inc disabled / enabled Play DRM-controlled content in Settings disabled / enabled Enhanced Tracking protection disablde / enabled allow media autoplay

In other discussions it was opted to remove the PulseAudio config by running the below command and rebooting rm ~/.config/pulse/*

Any help to get this working again would be greatly appreciated!

Stillet af NeoRey for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

How do I write a script to restore all my preferences after an update?

Mozilla is great at pushing out every possible new update, no matter how trivial. Every time it does, I have to reset everything. I've been doing this since Firefox 6. I… (læs mere)

Mozilla is great at pushing out every possible new update, no matter how trivial. Every time it does, I have to reset everything.

I've been doing this since Firefox 6. I've learned to store all my about:config tweaks in a file so I can quickly copy, paste and reset them on each update. I've included the various program settings I want, too, so I don't have to think and try to remember what each one means and what I want. I use userChrome.css to set some of my display settings, but I'm not very familiar with it.

Is there some script, program, add-on, or other method to convert this time intensive restoration of my settings every month or so for all the new updates. I'd love to find some form of a "registry.reg" type file that would work on Firefox and/or Thunderbird.

If there's something out there, I'm positive a LOT of others would want it, too.

Stillet af Doc for 1 år siden

Besvaret af Doc for 1 år siden

  • Løst
  • Arkiveret

What is blocking ads?

I'm trying to use ecosia but something is blocking their ads on the browser. - Whitelisted it on Ublock Origin - Disabled Enhanced Tracking Protection to ecosia's url I … (læs mere)

I'm trying to use ecosia but something is blocking their ads on the browser. - Whitelisted it on Ublock Origin - Disabled Enhanced Tracking Protection to ecosia's url

I tried disabling a lot of privacy settings on about:config but it didn't solve. My add-ons that could affect something is Ublock Origin and User-Agent Switcher and Manager (i disabled this second and didn't solve either) What should i do?

Stillet af Takilot for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

insecure ssl certificate or cipher

the certificate on my linksys lrt 214 router not recognized. used to be able with previous versions to bypass security with advanced tab no longer able to do this ca… (læs mere)

the certificate on my linksys lrt 214 router not recognized. used to be able with previous versions to bypass security with advanced tab no longer able to do this cannot use older versions of firefox to bypass. need to access web interface of router at 192.168.1.1 to upgrade certificate but cannot. linksys does not have a work around. please help

Stillet af larry for 2 år siden

Besvaret af jscher2000 - Support Volunteer for 2 år siden

  • Løst
  • Arkiveret

Firefox 117.0 ignores the argument URL when clicking a document or email link

This issue was introduced by 117.0 Now I must click all URLs twice to get the website visited. O.S.: MacOS 11.7.9 (BigSur), Firefox 117.0 JOOP! … (læs mere)

This issue was introduced by 117.0 Now I must click all URLs twice to get the website visited.

O.S.: MacOS 11.7.9 (BigSur), Firefox 117.0

JOOP!

Stillet af Sciuriware for 1 år siden

Besvaret af Sciuriware for 1 år siden