Showing questions tagged: Show all questions
  • Resolto

Exporting passwords: I'm being asked for my Windows 10 password but I don't have one set

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I … (Máis información)

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I don't have a Windows login set (no one else has access to my PC).

According to Firefox's own info, if you don't have a Windows password, the dialog asking for one shouldn't pop up.

I can't get past this and I've googled everything in sight. Does anyone else have a solution to this?

Thank you! Averill

Asked by Averill Buchanan hai 3 días

Answered by cor-el hai 3 días

  • Resolto

Is it possible to have multiple policies.json files?

Hi, I have a policies.json file that acts as a white list for me (black listed all urls and then white listed needed urls). I was wondering is it possible to create a s… (Máis información)

Hi,

I have a policies.json file that acts as a white list for me (black listed all urls and then white listed needed urls). I was wondering is it possible to create a second .json file that will act as a black list. I want to give access to a partial admin. user to the policy.json file to be able to edit the file and add websites if needed but I want a another black list running as well to block out specific websites (this one the partial admin. will not have access to).

So to start off the first question would be is firefox only limited to one .json file for policies or can you have multiple .json files (I want to call the second file blacklist.json)? Btw I use Debian and Firefox-esr.

Thanks.

Asked by MozillaFirefoxMan hai 4 días

Answered by MozillaFirefoxMan hai 3 días

  • Resolto

Webcam help

Scroll down until you find "PERMISSIONS" and find for "Camera". Click on "Settings" that is parallel to "Camera". Now, select/type all websites, that you want to give pe… (Máis información)

Scroll down until you find "PERMISSIONS" and find for "Camera". Click on "Settings" that is parallel to "Camera". Now, select/type all websites, that you want to give permission/access to your camera.

Never used a webcam before, but i did that... the site is there, it says allow... i'm on the website now, says webcam not found... am i forgetting something? do i even have one? i'm at the library...

Tim

Asked by ttaylor11133 hai 1 semana

Answered by jscher2000 - Support Volunteer hai 1 semana

  • Resolto

As a website owner, prevent firefox VPN modal from appearing on our page.

Hello, I am a developer on an emergency intervention hotline for sexual assault. Firefox is now throwing up psuedo-modal advertisements for it's VPN above pages. See… (Máis información)

Hello,

I am a developer on an emergency intervention hotline for sexual assault.

Firefox is now throwing up psuedo-modal advertisements for it's VPN above pages. See attached screenshot for example.

It is absolutely IMPERATIVE that our visitors do not receive these new modal advertisements that Firefox is throwing at them. What can I do to prevent Firefox's new browser-hijacking advertisements from showing up on our hotline pages?


I experienced this on Twitter, and it 100% was not part of the dom. It also greyed out the tab bar, and prevented me from opening the menu with alt. I know how to make it not show up anymore on my machine, but how can I prevent it from appearing on visitors to my website, who are in some of the most vulnerable times of their life.

Asked by lordpidey hai 1 semana

Answered by Paul hai 1 semana

  • Resolto

Can't unblock popup

Hi, I seem to having multiple problems with Firefox over the last few weeks... This problem is - I can't unblock popups. I have got popup blocking enabled, with a coupl… (Máis información)

Hi,

I seem to having multiple problems with Firefox over the last few weeks...

This problem is - I can't unblock popups. I have got popup blocking enabled, with a couple of Exceptions - it's been working fine until I wanted to use it today. I have tried turning off popup blocking, re-entering the exceptions - nothing is helping!!!

Does anyone know what to do?

Thanking you Pedro

Asked by PedroSMS hai 1 semana

Answered by Terry hai 1 semana

  • Resolto

Fedora 38 FF 112.0.1

Malwarebytes & Privacy Badger appear not to be working, though shown as 'enabled' in 'Extensions'. No blocked content is indicated. Adverts appear on lse.co.uk which … (Máis información)

Malwarebytes & Privacy Badger appear not to be working, though shown as 'enabled' in 'Extensions'. No blocked content is indicated. Adverts appear on lse.co.uk which can cause all four CPU's on Intel i5 to hit hi 90%. This problem appears to have started in this release.

Have disabled Privacy Badger and installed Adblocker Ultimate. This seems to have cleared the problem and Malwarebytes Browser Guard is now reporting results. Can't see how to mark problem as fixed??

A further observation which may be related to this problem. Response time seems very sluggish on FF 112.0.1

I have re-enabled both Privacy Badger & MalwareBytes and disabled Adblocker Ultimate. Both appear to be functioning now.

I have noticed that the WebExtensions process can consume as much and sometimes double the CPU & memory resource as that needed for the Firefox process. Is this to be expected? Do I need these extra security features, or are they built-in to the browser anyway?

Asked by scm999 hai 2 semanas

Answered by TyDraniu hai 1 semana

  • Resolto

Still requesting password for Gmail, even after exceptions

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had do… (Máis información)

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had done all it would take to have Gmail remember them. Am I missing something?

Also, we cleared cache.

Thank you, Meg

Asked by bifrostfarms1 hai 1 semana

Answered by Terry hai 1 semana

  • Resolto

firefox 114b5 does not save form data

Firefox 114b5 does not remember form history. I have tested two different websites. I have form history enabled - see attached browser_settings.png. Attached is a screen… (Máis información)

Firefox 114b5 does not remember form history. I have tested two different websites.

I have form history enabled - see attached browser_settings.png. Attached is a screenshot of the moz_formhistory table in the formhistory.sqlite file.

What do I need to do to enable form history on all websites?

Asked by mwestout1 hai 2 semanas

Answered by cor-el hai 2 semanas

  • Resolto

JavaScript disabled in temporary extension (developed by me)

In about:config javascript.enabled = True I didn't change any settings there. If I place, for example, " "options_ui": { "page": "settings.html", "open_in_t… (Máis información)

In about:config javascript.enabled = True

I didn't change any settings there.

If I place, for example, " "options_ui": {

   "page": "settings.html",
   "open_in_tab": true
 },"

in the manifest.json of the extension, it does open the settings.html page as intended. Problem is that no JS script on settings.html works, be it if it's inline HTML or as a separate file (I tried separate file, as I thought it might be a security thing).

I mean even simple JS such as console.log or

"<button onclick="showPopup()">Show Popup</button>

   <script>
       function showPopup() {
           alert('Hello! This is a popup.');
       }
   </script>"

Other actually installed extensions - their JS on settings pages runs.

I also tried running settings.html as a popup, and I succesfully done so, it's just that once again JS didn't work...

I'm at my wits end, I have googled, I have chatted with the ChatGPT, took me hours thinking it was something wrong with my code... I'm actually making something useful, never done before (it reads out youtube subtitles via TTS, providing ability to still hear original sound, its emotions, no need to look at the screen and it's also a passive language learning type of thing), and it works, it's just that setting page's JS, which I think I need to allow users change speed of TTS and volume of the TTS

Asked by conrad.rzuc hai 2 semanas

Answered by conrad.rzuc hai 2 semanas

  • Resolto

Cloudflare

I am using the latest version of Firefox (112.02 32-bit) with Windows 10 but am being blocked from certain websites by the Cloudflare security app because it says that my… (Máis información)

I am using the latest version of Firefox (112.02 32-bit) with Windows 10 but am being blocked from certain websites by the Cloudflare security app because it says that my browser is out-of-date. This was particularly embarassing when I was trying to buy tickets for a concert recently and was unable to access the venue's online payment system.

It may be that Cloudflare is confused because I occasionly use an older version of Firefox (52.9.0 32-bit) with an earlier version of Windows. How can this issue be resolved so that Cloudflare does not block legimate access to websites when I am using the most up-to-date version of Firefox?

Asked by SiriusB hai 3 semanas

Answered by SiriusB hai 3 semanas

  • Resolto

Can't access Spotify website.

For some reason I can't access the Spotify website (spotify.com or https://open.spotify.com/). I get this error message: Page not found - We can’t seem to find the page… (Máis información)

For some reason I can't access the Spotify website (spotify.com or https://open.spotify.com/). I get this error message:

Page not found - We can’t seem to find the page you are looking for. Any ideas? This is infuriating. I'm on a Mac running Ventura and the newest version of Firefox. Thanks.

Asked by virtualscottx hai 3 semanas

Answered by AzZA hai 3 semanas

  • Resolto

Autologin for youtube not working after update (not password autofill)

Before Update: I have two different YouTube workflows on two different systems. Although I use ONE Mozilla account, I was able to get automatic sign on for TWO different … (Máis información)

Before Update: I have two different YouTube workflows on two different systems. Although I use ONE Mozilla account, I was able to get automatic sign on for TWO different systems. This meant that I was not automatically logged into the other account as long as I was on the appropriate device.

After Update: Auto-login is only working on my main system's Firefox (without new update). I now have to re-log into my production YT account manually. The reason I can identify this was after the update is because I now have an "old Firefox data" folder on my desktop, aswell as all my extensions being re-installed.

Considerations/Clarifications - I do not mean auto-fill passwords. I mean that my account is already ready to go when I access the YT site. - I use a few security extensions. I understand that these may have an impact on my browser's ability to save passwords. However, for the past 7 years, this has never been a problem given similar extensions.

    - Extension List: Privacy Badger, Adblock, Adblock plus, Adblock for YT, DuckDuckGo privacy essentials,  Facebook container, and Decentraleyes.

Any help is appreciated.

Asked by alendrik18 hai 1 mes

Answered by alendrik18 hai 3 semanas

  • Resolto

Stay logged in?

Ever since updating to the current version of Firefox (112.0 64-bit, according to the settings), every time I close the browser, I'm logged out of every single service I'… (Máis información)

Ever since updating to the current version of Firefox (112.0 64-bit, according to the settings), every time I close the browser, I'm logged out of every single service I'd been logged into. This was not an issue with previous versions of the browser, and old forum posts on the subject don't seem to contain correct, up-to-date information. Is there some setting I'm missing, that I need to update?

Asked by baphijmm hai 1 mes

Answered by Terry hai 1 mes

  • Resolto

Saved logins - list with spurious suggestions - how to clean-up ?

Hello, Minor issue but some help would still be much appreciated here. On some sites, when I click the login field, Firefox suggests a list of possible identifiers. Amo… (Máis información)

Hello,

Minor issue but some help would still be much appreciated here.

On some sites, when I click the login field, Firefox suggests a list of possible identifiers. Among the suggestions there is one that is the true identifier I need to use the others are mis-typos that I probably have typed in error some time in the past.

I want to clean-up that list to keep just the true identifier. How do I do that ?

When I go to Settings > Passwords I only see the true login identifier. The other items in the list of suggestions do not appear. So it seems that it is not there that I must do the cleaning-up …

[I am appending an example with a list of login identifiers that Firefox suggests (the correct identifier is the last in the list) and the information that is stored in Passwords (only the true identifier is listed).]

Many thanks.

Asked by Nuno Ferreira hai 1 mes

Answered by cor-el hai 1 mes

  • Resolto

Firefox flags MP4 file as malware

Hi, Is there any reason firefox would flag an mp4 file legitimately? The file extension and file type are absolutely mp4. There seem to be no mp4 related zero days… (Máis información)

Hi,

Is there any reason firefox would flag an mp4 file legitimately?

  • The file extension and file type are absolutely mp4.
  • There seem to be no mp4 related zero days.

Does Firefox perhaps just treat all downloads from suspicious domains as malware? Is there a zero day I missed? Is this based on some missing metadata on the file or something?

Thanks for any advice you can give here, I'm scared.

Asked by jordanfilipovski hai 1 mes

Answered by cor-el hai 1 mes

  • Resolto

Firefox using FIDO2 Security Keys

Firefox seems to have a problem on Linux using USB Security Keys. I have two Yubico Security Keys which I use for 2FA. The problem seems to be that Firefox cannot communi… (Máis información)

Firefox seems to have a problem on Linux using USB Security Keys. I have two Yubico Security Keys which I use for 2FA. The problem seems to be that Firefox cannot communicate with the USB port, as it doesn't make any difference whether the USB Security Key is plugged in or not, the error returned is always the same and the Security Key does not light up.

I believe Firefox's WebAuth code must be fine, as it works on Windows, which is why I think it's some kind of permissions problem. Chrome works perfectly with the Security Keys on my computer.

I've used a number of sites (I've listed a couple below) where you can test your Security Key with Firefox on KDE Neon and the error is always "UnknownError: The operation failed for an unknown transient reason":

https://www.token2.com/tools/fido2-test/ https://demo.yubico.com/webauthn-technical/registration

I cannot log into Bugzilla with GitHub as my GitHub login uses a Security Key as the second factor.

Asked by dave353 hai 1 mes

Answered by cor-el hai 1 mes

  • Resolto

block autoplay not working on 112.0.2

Block autoplay not working on 112.0.2. I've tried going into about:config and changing settings. Doesn't help. Also under "Settings \ Permissions \ Autoplay" shows def… (Máis información)

Block autoplay not working on 112.0.2. I've tried going into about:config and changing settings. Doesn't help. Also under "Settings \ Permissions \ Autoplay" shows default for all websites as "Block Audio and Video" and under Websites "About:Welcome" shows as "Allow audio and video." I've changed the About:Welcome to block audio and video. I've also tried clicking the Remove All Websites button to delete the exception. Neither works. I save changes, exit Firefox, and restart. Same settings as before, and autoplay still starts.

Asked by matt3916 hai 1 mes

Answered by matt3916 hai 1 mes