Showing questions tagged: Show all questions
  • Archived

Not Able to Upload

I have tried to upload files in several websites and the "upload" button isn't working. I tried in Safari and I'm not having this issue. It's an issue keeping me from wor… (read more)

I have tried to upload files in several websites and the "upload" button isn't working. I tried in Safari and I'm not having this issue. It's an issue keeping me from working. Does anyone know how to fix it?

Asked by drlinmorel 2 years ago

Last reply by tedmunter 1 year ago

  • Solved
  • Archived

Missing Content Security Policy enable/disable setting on about:config

Hello, I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local… (read more)

Hello,

I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local JS scripts on some non-locally hosted sites, for debugging and development, work related purposes.

Was this setting really removed? Is there a way to disable CSP on Firefox on the latest version?

Thanks! Gabriel.

Asked by gabrielmuttiteixeira 2 years ago

Answered by cor-el 2 years ago

  • Archived

Drag and drop stopped working for Outlook webmail

Last week attaching documents using drag and drop suddenly stopped working for Outlook webmail. I've seen the same problem posted here, but no response yet. Already teste… (read more)

Last week attaching documents using drag and drop suddenly stopped working for Outlook webmail. I've seen the same problem posted here, but no response yet. Already tested, this feature still does work in outlook when using Safari, so there is some new incompatibility between outlook and firefox. I really do NOT want to change browsers as I've been using Firefox forever, but this is a deal breaker. Please please Firefox, show some evidence that this new apparent incompatibility is being fixed. Thanks!

p.s. this doesn't seem like it should be left to volunteers, is there a way for messages to reach someone who actually works for firefox?

Asked by annev 2 years ago

Last reply by annev 2 years ago

  • Archived

Drag and drop files from folder to open email in firefox

Since about a month ago I can't drag a file from a folder to an open email in Firefox. Was always able to, but it stopped a few weeks ago. I read that the new 99.01 versi… (read more)

Since about a month ago I can't drag a file from a folder to an open email in Firefox. Was always able to, but it stopped a few weeks ago. I read that the new 99.01 version would fix this, I installed it today and the problem persists. What am I missing? Thank you to anyone who reads, cares and replies with solution.

Asked by epixjob 2 years ago

Last reply by epixjob 2 years ago

  • Solved
  • Archived

Firefox styles are broken, even for pages like about:config

The styles look astonishingly wrong, I really think it is a problem on my end, but cant figure out how to fix it, as you can see in the pictures, text is incorrectly size… (read more)

The styles look astonishingly wrong, I really think it is a problem on my end, but cant figure out how to fix it, as you can see in the pictures, text is incorrectly sized and/or justified, color gradients are also weird looking, as well as sizing of many elements and tons of other things.

I have tried to completely remove Firefox from my system and reinstalling it, that did not seem to fix it. The reason I think is is a problem of mine is because i was playing with fonts (emojis weren't working on my system,not on Firefox tho, now they are in both)

I don't think the things i did with the fonts did anything to Firefox, since this problem only showed up on Firefox, but since the problem arrived just after a reboot while I was installing and removing the fonts, I think its important to mention.

To sum up I think the problem comes from my local configuration of Firefox, I probably did not delete it all before reinstalling, I am running (Arch btw) a current version of EndevourOS.

Asked by zark0 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Archived

Middle Mouse opens link in 2 tabs / closes 2 tabs constantly

Hi Firefoxes! I updated to the latest and greatest 99.0.1, whenever i use the middle mouse button it opens every link in 2 tabs. Also when i middle mouse on a tab, 2 tabs… (read more)

Hi Firefoxes! I updated to the latest and greatest 99.0.1, whenever i use the middle mouse button it opens every link in 2 tabs. Also when i middle mouse on a tab, 2 tabs are closed. Anyone came along this bug? Restarting FF and Windows did not help. Trying to get my notebook charged and check it on my macbook.

TYVM! Best regards, -John.

Asked by rayben1 2 years ago

Answered by rayben1 2 years ago

  • Solved
  • Archived

Honey App not working with new FireFox update

My Honey shopping app is no longer working with the newest FoxFire update. I've uninstalled/reinstalled Honey THREE times and still not working. Have gone into Firefox … (read more)

My Honey shopping app is no longer working with the newest FoxFire update. I've uninstalled/reinstalled Honey THREE times and still not working. Have gone into Firefox App Manager and Honey shows green, meaning it has permission to run. HELP!

Asked by momaearth 2 years ago

Answered by momaearth 2 years ago

  • Solved
  • Archived

How can I block a website from spamming the browser's web dev console?

I've noticed that some websites will endlessly spam the console (in developer tools) with rubbish, and I would like to be able to block that from happening. I'm ignorant … (read more)

I've noticed that some websites will endlessly spam the console (in developer tools) with rubbish, and I would like to be able to block that from happening. I'm ignorant about this sort of stuff in general, and it confuses me how a website can even access my browser's console to begin with.

The latest example I came across which caused me to finally ask about it, was some strange JavaScript spam with some kind of < div > (had to edit this with spaces to show it in the post) structure containing over a thousand characters. This entire thing gets spammed in the console at a rate of a few every second. I recorded a short gif of it, which imgur seems to have converted into a video: https://i.imgur.com/dosMZjo.mp4

Asked by Flannery_Moore 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Archived

firefox sync server reverse proxy not working

I'm self hosting a firefox sync server on unraid. If I set it up on the local network, it works. I use this public address in the docker container http://localhost:5000… (read more)

I'm self hosting a firefox sync server on unraid. If I set it up on the local network, it works. I use this public address in the docker container http://localhost:5000 and the about:config server as identity.sync.tokenserver.uri = http://localhost:5000/token/1.0/sync/1.5.

Now if I switch to my reverse proxy, I use this public address in the docker container http://firefox.mydomain.com and the about:config server as identity.sync.tokenserver.uri = http://firefox.mydomain.com:5000/token/1.0/sync/1.5. It does not sync. I get an error if I use that url in the browser link. If I make it http://firefox.mydomain.com/token/1.0/sync/1.5 (taking out the port number), my browser displays a json page. But if I remove the port number in the about:config and make it identity.sync.tokenserver.uri = http://firefox.mydomain.com/token/1.0/sync/1.5, it logs me out of the firefox account.

The reverse proxy is passing port 5000 through, so that is why not specifying it returns a valid browser page. The about:config seems to need the port specified to work. Otherwise I'm getting logged off. Is there a workaround to this?

Asked by firefox1812 2 years ago

Last reply by firefox1812 2 years ago

  • Archived

lost everything with firefox

my pc had friend so when i got a new one i lost all of my firefox data, how can i get all of it back so i was forced to start all over, i lost all my, bookmarks, tabs, hi… (read more)

my pc had friend so when i got a new one i lost all of my firefox data, how can i get all of it back so i was forced to start all over, i lost all my, bookmarks, tabs, history and saved passwords

Asked by dj_dean 2 years ago

Last reply by FredMcD 2 years ago

  • Archived

Videos won't play on Netflix and Curiosity stream

I just installed Windows 10 and firefox and the video playback on those sites won't start. It works on youtube. Netflix and Curiosity stream works fine on Microsoft Edge… (read more)

I just installed Windows 10 and firefox and the video playback on those sites won't start. It works on youtube. Netflix and Curiosity stream works fine on Microsoft Edge but I want to use firefox. I did everithing of what Netflix sugested but videos won't play.

Asked by afloarei.andrei90 2 years ago

Last reply by FredMcD 2 years ago

  • Archived

Security Key issue for FB login

Hi everyone; Recently my FB account got hacked and I went through hell and back to get it recovered. Funny thing is, it still doesn't work, it did briefly for the initial… (read more)

Hi everyone; Recently my FB account got hacked and I went through hell and back to get it recovered. Funny thing is, it still doesn't work, it did briefly for the initial login just enough time to enable a 2 step challenge for which I selected SMS, NOT any security key via USB. As you can see in the picture, every time when I try to login (or switch in FB from a backup account into the primary), I'll get this message. Now it's stating that it's a Firefox/Mozilla request but it only appeared after my FB was hacked, never before. Could a developer/SME please take a look at this? Current Version 99.0.1 (64-bit)

Cheers, and TIA! T.B.

Asked by tbuettner1 2 years ago

Last reply by cor-el 2 years ago

  • Archived

Firefox bug and Microsoft Outlook web site: Firefox will not allow Windows computer to sleep

After a new email notification sound plays from Microsoft Outlook, https://outlook.office.com/mail/, Firefox has a constant audio stream in use, preventing Windows comput… (read more)

After a new email notification sound plays from Microsoft Outlook, https://outlook.office.com/mail/, Firefox has a constant audio stream in use, preventing Windows computers from sleeping.

How to reproduce: 1) In an Admin Command Prompt, execute "powercfg /requests" and verify nothing has a power request, especially "SYSTEM: None." 2) In Firefox, open a tab and login into a Microsoft Outlook account at https://outlook.office.com/mail/. 3) Wait for a new email which triggers an audible chime. 4) In the Admin Command Prompt, verify "powercfg /requests" reports "SYSTEM: [DRIVER] <audio-driver-specific-string> An audio stream is currently in use." Note the computer will never go to sleep due to this request. 5) Close the Firefox tab with Microsoft Outlook. 6) In the Admin Command Prompt, verify "powercfg /requests" has no power requests, especially "SYSTEM: None". Note the computer will sleep after the idle period as expected.

Asked by Brian 2 years ago

Last reply by Brian 1 year ago

  • Archived

Sorry! 0 results found for ‘With the update installed today 4-14-22 my tabs would not restore. Solution present via google are 3 years or more old and not applicable. Please help me restore my previous tabs from yesterday’ for ‘Firefox’

Sorry! 0 results found for ‘With the update installed today 4-14-22 my tabs would not restore. Solution present via google are 3 years or more old and not applicable. Ple… (read more)

Sorry! 0 results found for ‘With the update installed today 4-14-22 my tabs would not restore. Solution present via google are 3 years or more old and not applicable. Please help me restore my previous tabs from yesterday’ for ‘Firefox’

Asked by sbdick1945 2 years ago

Last reply by jscher2000 - Support Volunteer 2 years ago

  • Archived

When sharing a specific window in Google Meet, *ALL* popups from extensions will show on Google Meet

When using Google Meet, you are given the option to share your screen — either the entire screen, or a specific Firefox window. I've noticed, however, that no matter wha… (read more)

When using Google Meet, you are given the option to share your screen — either the entire screen, or a specific Firefox window.

I've noticed, however, that no matter what Firefox window is used, if you access an extension that creates a pop-up dialog, such as the Container selection button from Conex, the uBlock origin settings popup for each webpage, or a password manager pop-up such as Bitwarden, those popups will appear on the shared window, even if you decide to do this from another Firefox window altogether.

This is a major security concern for me, as I've had circumstances where the password entry window for Bitwarden will appear on any window, even if I open the extension pop-up from a window not being shared to Google Meet. I'm not sure where to submit this issue, so I'm starting from the Mozilla support page and going from there. Would appreciate anyone's help on getting this issue resolved. Thank you.

Asked by Tariq Kamal 2 years ago

Last reply by jonzn4SUSE 2 years ago

  • Solved
  • Archived

text edit button

I have been unsuccessful in finding a solution in searches, so posting here. On one website I use, a machining forum, when I want to reply to a post, I have no text edit… (read more)

I have been unsuccessful in finding a solution in searches, so posting here. On one website I use, a machining forum, when I want to reply to a post, I have no text edit options ie bold, italic, emojis, etc. They are there, but grayed. They have worked previously for me. I don't know what changed like a setting on my part or an upgrade. I currently run Firefox version 99.01. I asked on the forum and other users have the same version and no problems. I can access the page with Chrome and on my phone (Android) and no problem so it is not my account. And on other forums, I ie different websites, I can use those functions. I have removed history cache and cookies, restarted Firefox and restarted the laptop.

Any suggestions?

Asked by sdonohue 2 years ago

Answered by FredMcD 2 years ago

  • Archived

Can't find how to scan QR code when trying to add my Android phone to Firefox

I am trying to add my Android phone as a device to Firefox. I initially invoked the code scanner next to the search bar, but got a message saying that the code had to be … (read more)

I am trying to add my Android phone as a device to Firefox. I initially invoked the code scanner next to the search bar, but got a message saying that the code had to be scanned from within the Firefox app. So I installed the app and followed these instructions entitled "Connect Another Device".

• If you haven't already, install Firefox on your mobile device. • Open Firefox on your mobile device. • Open the menu, tap Settings and select Turn on Sync. • Scan this code:

There is no Turn on Sync option in the Settings menu. I have looked in every menu item that appears even remotely related to syncing with a QR code or adding a device and come up empty.

I found this exact issue in two existing questions, but neither of them had ever been answered, which makes me less than confident that mine will. If there is a Turn on Sync option in Settings, and I just overlooked it, please explain step-by-step where I can find it. If there really is no Turn on Sync option, please provide an alternate method of adding my Android phone.

Thanks.

Asked by Daryl 2 years ago

Last reply by cor-el 2 years ago