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

Google Drive file details error

Lately in Google Drive I get this error when I select one image or a file: Impossible load details. Retry. I have Firefox 108 version, on Edge and Chrome all is OK. Also … (læs mere)

Lately in Google Drive I get this error when I select one image or a file: Impossible load details. Retry. I have Firefox 108 version, on Edge and Chrome all is OK. Also the troubleshoot mode doesn't resolve the problem.

Stillet af happysurf for 1 år siden

Besvaret af happysurf for 1 år siden

  • Løst
  • Arkiveret

Imperva - Error 15

I have had 2 sites produce this error box in place of the target Web Site (See Picture). I have read previous topics about this and have followed the instructions with no… (læs mere)

I have had 2 sites produce this error box in place of the target Web Site (See Picture). I have read previous topics about this and have followed the instructions with no positive results. FYI, clearing the web site's cookies, clearing Cache and disabling Hardware acceleration.

The first was https://www.walmart.com. After leaving a "Feedback" 2 weeks ago it appears as if they were able to fix the problem. However, the site is not as important as my Medicare PPO provider. I tried loading previous versions of Firefox, but that did not help.

In both instances the LOL "support" people's response was to try a different Browser. So, I reluctantly loaded Google Chrome and it worked perfectly. From my perspective, this eliminates everything to do with my machine setup.

Below is the sign-on URL (not unique to me). Please note that this 668 character URL has not changed for over a year. It is just Aetna's adoption of the Imperva Security Firewall. Both my Winders 8.1 and Winders 10 machines produce the identical results.

https://www.aetna.com/AccountManagerV3/v/login?identityTransaction=VIhzS3Xx1ogw4rzQY5lXUvDYBtXFZiXttegdT9ffK%2FOZ8oTHnKbryvfgfagvpO0aknHiEN2hnELOIkjfz3eJNeBfKQ%2FUDo0hSJHhjsdZdJw0rkVj%2BFjAVYypzW5kRH%2FzzOlbxrN6KKpjWvagusMp%2BzwgQqvg5xvUkwLCs3MlD%2BkzHOTVKlu4GYxJgmzr3Y9NUdFGUI9PHurN4QxSyvXxNjJ4jSSL4NHuctvtQyV1fUh%2FOqpHJglcALQuuNeyQ1QncyKPZJYf5rj1DLC2zrxKX0VgVWQZfSbw5Pouiv%2FWfwWxArHPHcV5cXr3kI2j33C8dUl0Jdup0nvdVs%2Bxigzp%2BmMQUaHxaw3B7tiJ7eokyNMgvG4V5SPw9FL5j3mhwBAirx%2BmX7Yj0qDZZNRl8z1WcvHen8HwsDijtH4Sg%2FNdsuzhXIw8snHF6hUd4n3MbJerO8nRUdzKR%2BhNCNq%2FjeuQWmT1cyQ3QtmIXcL0ab42vk6or1SX5wG%2BIMF%2Bk6ZJQw8h&appname=NAV&branding=&skin=&language=&channel=web

Stillet af Questor for 1 år siden

Besvaret af Questor for 1 år siden

  • Løst
  • Arkiveret

Getting unreadable text when website is using a font that isn't installed

Getting unreadable text when website is using a font that isn't installed (see attached screenshot). When I view the source in developer tools it uses Roboto (which I hav… (læs mere)

Getting unreadable text when website is using a font that isn't installed (see attached screenshot). When I view the source in developer tools it uses Roboto (which I haven't installed).

On my Mac, I have tried other browsers (Chrome and Safari) and they work fine. I have also tried this website with Firefox on Windows and it also works fine.

Stillet af haszaidi for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Firefox 108.0 Socks5 proxy has stopped working

Hi, I have for some time (over a year) been using a remote server as a SOCKS5 proxy for Firefox so I can bypass my local ISPs filtering. The proxy connection is setup u… (læs mere)

Hi,

I have for some time (over a year) been using a remote server as a SOCKS5 proxy for Firefox so I can bypass my local ISPs filtering.

The proxy connection is setup using an SSH tunnel like this:

ssh -D 8080 -q -C -N -f root@<remote server> That sets up port 8080 on my local machine to listen for connections which will be forwarded to ssh on the remote server acts as aSOCKS4/SOCKS5 proxy.

    -D [bind_address:]port
            Specifies a local “dynamic” application-level port forwarding.  This works by allocating a socket
            to listen to port on the local side, optionally bound to the specified bind_address.  Whenever a
            connection is made to this port, the connection is forwarded over the secure channel, and the
            application protocol is then used to determine where to connect to from the remote machine. 
            Currently the SOCKS4 and SOCKS5 protocols are supported, and ssh will act as a SOCKS
            server. 

Tried it today and it doesn't work any more. I've attached a picture of my Firefox Proxy settings and a picture of the Firefox version I am currently running. plus a picture of the error I get when I try to access the BBC website using Firefox via the proxy.

I've tried all combinations of "Proxy DNS when using SOCKS v5" and "Enable DNS over HTTPS" with no effect. I've also tried it from "Troubleshooting Mode" and the same thing happens.

I also tried accessing https://www.bbc.co.uk through the same proxy by using the command:

curl --silent --location --socks5 localhost:8080 https://www.bbc.co.uk

and it worked perfectly.

I'd be grateful if you could have a look at it and let me know what is wrong.

Thanks, Alan

Stillet af Alan.Griffiths.2013 for 1 år siden

Besvaret af Alan.Griffiths.2013 for 1 år siden

  • Løst
  • Arkiveret

Developer Tools "Find" next, previous, replace options?

I've been professional web developer for almost 15 years. I've wanted to try to step away from Chrome, but I'm having a hard time navigating through basic functionality … (læs mere)

I've been professional web developer for almost 15 years. I've wanted to try to step away from Chrome, but I'm having a hard time navigating through basic functionality with Firefox's developer tools. One of those was a simple "Control + F" find feature. Am I missing something?

Specifically, lets say I want to search for a specific class within a style sheet. In Chrome I can bring up the dev tools, select the style sheet, Control + F, and it will give me a toolbar with options to step through each instance of the class. It gives me total count and I can hit the up or down arrow to cycle through each instance of that class (insert any selector here). I can also Replace an instance or all instances.

When I try this in Firefox's dev tools, I get the first instance but see no way to do anything else. If I hit enter it doesn't cycle through to the next instance but creates a line break in my style sheet.

I've researched with no success. I know there is the filter option but that isn't what I'm looking for in this case. Any help would be greatly appreciated.

Stillet af gamecrazedm for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Cannot direct audio output to bluetooth device via Firefox

I can connect bluetooth devices to my SurfaceGo and successfully direct audio output to them using Chrome, Edge, or internal sound files. But in Firefox the audio only g… (læs mere)

I can connect bluetooth devices to my SurfaceGo and successfully direct audio output to them using Chrome, Edge, or internal sound files. But in Firefox the audio only goes thru the internal speaker no matter which audio output device I select. Is there some setting I need to fix so that Firefox will speak to bluetooth devices?

Stillet af eberger5 for 1 år siden

Besvaret af Dropa for 1 år siden

  • Løst
  • Arkiveret

Cannot install 52.9.0esr on XP SP3

52.9.0esr is claimed to be the last version for XP. Unfortunately it is not quite true. It is for XP SP2 ONLY. Trying to install on SP3 ends with the message that SP2 is … (læs mere)

52.9.0esr is claimed to be the last version for XP. Unfortunately it is not quite true. It is for XP SP2 ONLY. Trying to install on SP3 ends with the message that SP2 is required. IMO the installer is simply too strict on demanding exact version of SP ! https://www.mozilla.org/en-US/firefox/52.9.0/system-requirements/

I went through the list of versions (thanks Mozilla that they all are still available!) and found that the last version I can install is... version... 12.0b6. https://www.mozilla.org/en-US/firefox/12.0/system-requirements/

And indeed I installed 12.0b6 successfully but I would like to install 52.9.

Stillet af andrzejm007 for 1 år siden

Besvaret af andrzejm007 for 1 år siden

  • Løst
  • Arkiveret

savefrom.net

Hello there; I had installed the "savefrom.net" extension. This extension automatically generated the website address to the "bookmarks toolbar". I deleted the extension … (læs mere)

Hello there; I had installed the "savefrom.net" extension. This extension automatically generated the website address to the "bookmarks toolbar". I deleted the extension and deleted the shortcut as well. But when the bookmarked website shortcut "firefox" is closed and reopened, it adds itself to the bookmarks toolbar again. No matter what I did, it didn't work. I don't want to delete Firefox completely and reinstall it. Because there are too many shortcuts and data that I use all the time. How do you think I can solve this problem?

Stillet af Emre Domaç for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Firefox shortcuts in new tab has disappeared

Over the past two days, I have found if I create a new tab, the shortcuts that I had saved on that page have all disappeared. Does Firefox keep a backup of these shortcut… (læs mere)

Over the past two days, I have found if I create a new tab, the shortcuts that I had saved on that page have all disappeared. Does Firefox keep a backup of these shortcuts? Unlike related support messages I've read, my bookmarks and bookmarks toolbar are unaffected.

These shortcuts (about 16 of them) took quite a while to accumulate, and it is frustrating to see that they can just simply disappear like that.

I am running Firefox 108.0.2 (64-bit) on Windows 10).

Stillet af xogblog for 1 år siden

Besvaret af xogblog for 1 år siden

  • Løst
  • Arkiveret

Why did "to google translate" add-on get removed?

Hello all, I'm running Version 108.0.1 on a mid 2015 Macbook Pro MacOS 12.6.2 Today I went to do a translation using the "to google translate" add-on and noticed it was… (læs mere)

Hello all,

I'm running Version 108.0.1 on a mid 2015 Macbook Pro MacOS 12.6.2 Today I went to do a translation using the "to google translate" add-on and noticed it was missing from its place in the context menu. I go to "get more add-ons and re-installed it.

So why was it uninstalled without my consent? What can I do to stop this happening again?

TIA, Gene

Stillet af Gene for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Popup - allow

I have renewed my driver's license online and am ready to print the temporary version; however, when I click Print, I am told that I need to allow popups. I have no idea… (læs mere)

I have renewed my driver's license online and am ready to print the temporary version; however, when I click Print, I am told that I need to allow popups. I have no idea how to do this. I need help ASAP!

Stillet af mcalileypad for 1 år siden

Besvaret af TyDraniu for 1 år siden

  • Løst
  • Arkiveret

Firefox will not show bold

I am making a web page (in Dreamweaver) for a meeting and I have certain things in bold. In Firefox, the bold (<b></b>) does not show. Bold shows up on my p… (læs mere)

I am making a web page (in Dreamweaver) for a meeting and I have certain things in bold. In Firefox, the bold (<b></b>) does not show. Bold shows up on my pages on Chrome and on Microsoft edge. I've also tried the <strong> tag, but that doesn't work either. The font family for the pages is sans-serf. I really need this to show on most browsers.

Stillet af jls25 for 1 år siden

Besvaret af Terry for 1 år siden

  • Løst
  • Arkiveret

How to hide or disable the 'Bookmark this page' button in the location bar

I never use the 'Bookmark this page' button in the location bar. Meanwhile it takes precious real estate in the small location bar (I have many extension buttons in the … (læs mere)

I never use the 'Bookmark this page' button in the location bar. Meanwhile it takes precious real estate in the small location bar (I have many extension buttons in the toolbar). Is there a way to hide or disable this button?

Stillet af Apothor for 1 år siden

Besvaret af Terry for 1 år siden

  • Løst
  • Arkiveret

Access website

Hi, can you help? I can't access morphy richards website from my phone and my pc through Firefox. I can access it through Microsoft Edge on my pc and my Samsung Internet … (læs mere)

Hi, can you help? I can't access morphy richards website from my phone and my pc through Firefox. I can access it through Microsoft Edge on my pc and my Samsung Internet app on my phone but not through my Firefox app or windows 11 Pro desktop pc. I get this message on my pc

Hmm. We’re having trouble finding that site. We can’t connect to the server at www.morphyrichards.com. If you entered the right address, you can: Try again later Check your network connection Check that Firefox has permission to access the web you might be connected but behind a firewall

and this message on my phone through the Firefox app

Address Not Found. The browser could not find the host server for the provided address. Check the address for typing errors such as ww.example.com instead of www.example.com.

If you are unable to load any pages, check your device’s data or Wi-Fi connection. 

Steps I have taken is clearing data, history and cache on pc, turning off mcafee firewall. I use my pc through a wired Internet connection and my phone through Wi-Fi and data and it's the same on both I can't access the website. Like I mentioned I can access it no problems through Microsoft Edge on my pc and Samsung Internet app on my phone so I have now pinpointed it to Mozilla Firefox being the issue, also this is the only website I have issues with. Please can you help? Regards, Steve

Stillet af steveveg for 1 år siden

Besvaret af Paul for 1 år siden

  • Løst
  • Arkiveret

Yahoo Email Not Signing on Firefox

All of a sudden, Yahoo email is not signing on Firefox on Windows 11. It is working on other browsers on the same computer, and even on Firefox on the Mac computer that i… (læs mere)

All of a sudden, Yahoo email is not signing on Firefox on Windows 11. It is working on other browsers on the same computer, and even on Firefox on the Mac computer that is running the Windows 11. I tried all possible solutions but to no avail.

1) Cleared all cached data and cookies 2) Refreshed FF 3) Completely uninstalled FF and deleted the profile folder and reinstalled a fresh copy 4) Disabled all add-ons and extensions. 5) Private window

I am stuck at " Uh-oh... We can’t sign you in right now. Please try again in a while" every time I try to sign in. I get (https://login.yahoo.com/account/challenge/fail) instead of (https://login.yahoo.com/account/challenge/password).

Any suggestions?

Thank you

Stillet af TheBob3 for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

Reding PDF in the browser / latest updates result in low resolution

For a long time Ive been reading my newspaper in the browser but recently I noticed that the resolution has been changed text is blurry and images unclear. If I download … (læs mere)

For a long time Ive been reading my newspaper in the browser but recently I noticed that the resolution has been changed text is blurry and images unclear. If I download the file and read it with ADOBE PDF Reader it is as normal, sharp. I guess there is a setting that has change with one of the resent updates but I cant find it :(

I cant say when the resolution changed but it was round New Year / Christmas ....

I have auto update on.

Hope you can help me

Carl

Stillet af Bow_String for 1 år siden

Besvaret af Bow_String for 1 år siden

  • Løst
  • Arkiveret

Are Firefox bookmarks encrypted when synced?

How are my bookmarks stored when synced between devices? Are my bookmarks encrypted as well as my passwords/credit card info? This is from the Mozilla page regarding encr… (læs mere)

How are my bookmarks stored when synced between devices? Are my bookmarks encrypted as well as my passwords/credit card info? This is from the Mozilla page regarding encryption:

"Your encryption key remains a secret, only known to you and your authorized devices." and "We store your encrypted data on our servers so we can’t read it."

I just wanted to make sure this also applies to bookmarks before I import all of mine.

Thanks for any help!

Stillet af justin for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Firefox won't let me sign into Clickbank

Only the Firefox browser is not allowing me to log into my Clickbank account, yet other browsers I have not issues with. Going to: https://accounts.clickbank.com/login.h… (læs mere)

Only the Firefox browser is not allowing me to log into my Clickbank account, yet other browsers I have not issues with.

Going to: https://accounts.clickbank.com/login.htm and logging in, using Firefox, I get the following prompt: "Oops, there was an issue submitting your information. Please try again later. If this issue persists please contact our customer support team."

And, have been informed by the staff at Clickbank to try different things... which is how I came to discover that I CAN log into my Clickbank account using ANY browser EXCEPT Firefox.

I've cleared the cache and history from Firefox, I'm using standard for privacy anyway... and I've also cleaned my computer with CCleaner and rebooted the computer. I've check that I'm using the latest and greatest version of Firefox.

Yet, I STILL cannot log into my Clickbank account using Firefox.

ANY suggestions would be GREATLY appreciated, else I will need to STOP using Firefox, as I'm concerned that whatever is doing this, will start shutting me down from logging into all accounts, every where on the net.

Thank you in advance.

Stillet af Trish for 1 år siden

Besvaret af Trish for 1 år siden

  • Løst
  • Arkiveret

Middle click and drag no longer working

For some reason, with no prompting I'm aware of, the click and drag scrolling feature of the middle mouse button has stopped working, solely in Firefox. It works fine in … (læs mere)

For some reason, with no prompting I'm aware of, the click and drag scrolling feature of the middle mouse button has stopped working, solely in Firefox. It works fine in other programs, such as Steam or Edge. The error persists across multiple mice, and while in troubleshoot mode. Middle click by itself does work, opening and closing tabs with no issues. I'm fully updated, both Windows and Firefox. I haven't tried reinstalling yet, but I wanted to ask if there was any other known fix I didn't manage to find.

Stillet af worset.you for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden