Showing questions tagged: Show all questions

Default speaker settings do not work correctly in Firefox

Hello. Our organization is experiencing an issue where sound settings are not carrying over correctly to Firefox. Specifically, this is with speaker settings. In multiple… (read more)

Hello. Our organization is experiencing an issue where sound settings are not carrying over correctly to Firefox. Specifically, this is with speaker settings. In multiple calling platforms (tested in Genesys Cloud and Teams), we are not able to adjust the settings for the speaker that audio plays from. We can adjust the default microphone setting, but not the speaker setting. This is only occurring in Firefox (works fine in Edge and Chrome).

Additionally, we've tried adjusting the default audio settings by going to Windows > Sound settings > App volume and device preferences, and changing the settings specifically for Firefox on this page. This does not work. When we check Teams or Genesys Cloud, it seems like Firefox is just picking any default without a rhyme or reason.

Any assistance would be greatly appreciated.

Asked by gbishop61 1 day ago

Last reply by zeroknight 12 hours ago

  • Archived

Javascript

I had to add Javascript because one of my accounts need Javascript to open. After installing Javascript and allowing for all to be 'true', I still get this message when I… (read more)

I had to add Javascript because one of my accounts need Javascript to open. After installing Javascript and allowing for all to be 'true', I still get this message when I try to open a 'show blocked content' in my email.

"The address wasn’t understood

Firefox doesn’t know how to open this address, because one of the following protocols (javascript) isn’t associated with any program or is not allowed in this context.

   You might need to install other software to open this address."

I never had any problem before installing Javascript. Thanks for any solutions.

Asked by jalnet1 1 year ago

Last reply by leesambo73 1 year ago

  • Archived

Download Helper not downloading from Youtube

When watching something on Youtube and I click on the coloured download icon, I get to be able to click on the title of the video. A blue 1 appears in the download icon. … (read more)

When watching something on Youtube and I click on the coloured download icon, I get to be able to click on the title of the video. A blue 1 appears in the download icon. When I click again, then click on the blue 1 to watch the download. Nothing happens. The window just sits there and states 'downloading', but it does not happen. This happened last year and you managed to fix it; now Youtube seem to have blocked downloading again. Geoffrey D Dean, Australia.

Asked by Geoffrey D Dean 10 months ago

Last reply by James 10 months ago

  • Archived

How do I completely turn off translation?

I cannot find an option in the settings to completely turn off translations. I vastly prefer English, Dutch, German, French, Italian, Spanish and Portuguese websites in t… (read more)

I cannot find an option in the settings to completely turn off translations. I vastly prefer English, Dutch, German, French, Italian, Spanish and Portuguese websites in their original language simply because I can read them and translated versions always have issues. But now firefox (I am on version 119, windows) continues checking (and asking for each language) wether I want something translated. How can I turn translations off completely?

Asked by Niels 6 months ago

Last reply by belzen.b 2 weeks ago

  • Archived

Keybinds

How do I get rid of keybinds or at least change them it's really annoying when I'm working on stuff and i try to close one tab and then i close the entire window by accid… (read more)

How do I get rid of keybinds or at least change them it's really annoying when I'm working on stuff and i try to close one tab and then i close the entire window by accident by fat fingering shift.

Asked by 07ricardov 1 year ago

Last reply by Dropa 1 year ago

  • Archived

What's the easiest way to translate website content in different language?

What's the best easiest way to translate my website https://invivobio.net/ in different language. We have different countries visitors so I want to check/translate my Eng… (read more)

What's the best easiest way to translate my website https://invivobio.net/ in different language. We have different countries visitors so I want to check/translate my English content in different languages after publishing them, so it will be understandable for me and visitors to check the language, is that correct?

Can anyone suggest me Mozilla Firefox Extension which translate perfect because I leave Google Chrome due to slow browsing. I am enjoying Mozilla for the long time, so I don't want to move back to Chrome.

Your suggestions will be highly appreciated.

Regards, Renee Invivo

Asked by reneemill85 10 months ago

Last reply by Terry 10 months ago

  • Archived

Can't get gmail.com email

An error occurred during a connection to mail.google.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The page you are trying to view cannot be shown becau… (read more)

An error occurred during a connection to mail.google.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Asked by John 1 year ago

Last reply by Terry 1 year ago

Unblocking websites

All of a sudden I can't open a certain website. I opened the website a few days ago with no problem and have been using the site for years. (I checked to see if the site … (read more)

All of a sudden I can't open a certain website. I opened the website a few days ago with no problem and have been using the site for years. (I checked to see if the site is down but it's not.) I googled how to unblock websites in Firefox and nothing I've tried works. I disabled Trackers for the website and I cleared my Cookies. I added the Firefox uBlock extension a few weeks ago to stop constant website popups (after I tried resetting Firefox) and I turned uBlock off for this certain website but I still can't access the website. I also installed Mozilla VPN last week. I'm using Firefox 122.0.1. What could be the problem?

Asked by grov10 2 months ago

Last reply by zeroknight 2 months ago

  • Archived

CVE-2023-3600

Hi, regarding vulnerability CVE-2023-3600 when I check advisories it says that version below 115.0.2 ESR are affected. Does that mean that only 115.x versions are affect… (read more)

Hi,

regarding vulnerability CVE-2023-3600 when I check advisories it says that version below 115.0.2 ESR are affected. Does that mean that only 115.x versions are affected or all versions are affected like 102.x ?

Regards

Asked by sbasic 8 months ago

Last reply by goku 7 months ago

  • Archived

add account

cant find how to add another account, every help thing i find seems to be outdated. i have multiple accounts i use on chrome, and want to move some to here, but i need he… (read more)

cant find how to add another account, every help thing i find seems to be outdated. i have multiple accounts i use on chrome, and want to move some to here, but i need help finding how

Asked by West 1 year ago

Last reply by James 1 year ago

  • Archived

Getting error while trying to launch firefox in Linux systems through selenium webdriver in a specific language

I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as be… (read more)

I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as below: FirefoxOptions firefoxOptions = new FirefoxOptions(); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "<language_code>"); firefoxOptions.setProfile(firefoxProfile); firefoxOptions.setHeadless(isHeadless); driver = new FirefoxDriver(firefoxOptions);

I am getting the below error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")

Additional details: OS: Linux Firefox version: 91.11.0 Gecko driver version: 0.31.0 Selenium version: 4.1.4


Kindly help.

Asked by anupamsrivastav0 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Need help restoring prior profile settings

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum: The tab bar, toolbar, and address bar placement in my Firefox Des… (read more)

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum:

The tab bar, toolbar, and address bar placement in my Firefox Desktop browser has recently changed. I have been trying to revert these recent changes as they interrupt my current workflows.

I DO know which prior profile save contains the desired info however, it contains many files and I DO NOT KNOW which files I need for the bars to be restored. If you could provide me the name(s) of the file(s) that holds the bars data, I am probably saved, hopefully saved.

Asked by SUMOsJR 1 year ago

Last reply by Terry 1 year ago

  • Archived

Will installing Firefox Developer Edition interfere with my Firefox installation???

Greetings everyone, Firefox is my preferred browser and I really prefer the Firefox Engine over Chromium that most other browsers use. I want to install a backup browse… (read more)

Greetings everyone,

Firefox is my preferred browser and I really prefer the Firefox Engine over Chromium that most other browsers use.

I want to install a backup browser that runs the Firefox Engine in case my Firefox browser has a problem.

I searched a lot and I thought installing this would be the best option: https://www.mozilla.org/en-US/firefox/developer/

However, I’m worried that installing the Firefox developer edition will change my Firefox installation…

( :( :(

Asked by Helpless_Quest 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Block email spam

I have 2 yahoo email accounts. 1 on Chrome & "block Spam" works but on FF it does not. The same fake emails keep coming back and I can't add a screenshot to this. … (read more)

I have 2 yahoo email accounts. 1 on Chrome & "block Spam" works but on FF it does not. The same fake emails keep coming back and I can't add a screenshot to this.

Asked by dorierez@yahoo.com 1 year ago

Last reply by stevieboymelroseclass1963 1 year ago