Showing questions tagged: Show all questions

Delete old email address for Firefox relay/mask

Hi, Mozilla Relay/mask is connected to an old, defunct email address. How do I change that? The verifications are going to the old address that I can no longer access. … (read more)

Hi, Mozilla Relay/mask is connected to an old, defunct email address. How do I change that? The verifications are going to the old address that I can no longer access.

Asked by m stephens 3 hours ago

Print an external page without opening it not working in Firefox

I'm trying to print a PDF document without opening it. I found a [guide][1] on MDN that explains how this can be done. ```jsx const handleClick = ( event: React.Mo… (read more)

I'm trying to print a PDF document without opening it. I found a [guide][1] on MDN that explains how this can be done.

```jsx

 const handleClick = (
   event: React.MouseEvent<HTMLButtonElement, MouseEvent>,
 ) => {
   event.stopPropagation();
   event.preventDefault();
   const frame = document.createElement('iframe');
   frame.onload = () => {
     frame.contentWindow.print();
   };
   // frame.style.display = 'none';
   frame.src = docflow.primaryDocumentPdfUrl;
   document.body.appendChild(frame);
 };

```

In Chrome everything works well, but in Firefox an error occurs (see below).

> Partitioned cookie or storage access was provided to > “http://localhost:3000/api/documents/5bf1c493-b8ce-4f82-9ee0-def28065c645/visualization” > because it is loaded in the third-party context and dynamic state > partitioning is enabled

[![Error][2]][2]

Storage tab screenshot:

[![Storage][3]][3]

What am I doing wrong?


 [1]: https://developer.mozilla.org/en-US/docs/Web/Guide/Printing#print_an_external_page_without_opening_it
 [2]: https://i.stack.imgur.com/SwkRq.png
 [3]: https://i.stack.imgur.com/JZYXM.png

Asked by Pavel Perevezentsev 13 hours ago

Remove Security Alerts On LAN

I frequently need to access a Hi-Fi device on my local ethernet network from https://www.skytune.net For example ... http://192.168.1.68/ or http://192.168.1.62/ (Th… (read more)

I frequently need to access a Hi-Fi device on my local ethernet network from https://www.skytune.net For example ... http://192.168.1.68/ or http://192.168.1.62/ (The last 2 digits of the IP change from time to time)

Recently, I keep getting unnecessary security alerts - Any idea why? I have use https only disabled.

I could be with skytune's certificate. I have done everything I can to bypass these errors.

The Disable Protection For Now option seems to be unavailable if the latest Firefox.

Asked by dm18 5 hours ago

Last reply by dm18 5 hours ago

  • Solved
  • Archived

How do I edit autofill entries

A website MultiSafepay.com has saved my CVV number in Firefox. How do I edit the autofill data? I can't get to the same payment page, to be in a position to delete it. … (read more)

A website MultiSafepay.com has saved my CVV number in Firefox.

How do I edit the autofill data?

I can't get to the same payment page, to be in a position to delete it.

Most links on this matter refer to:

 Options => Privacy & Security => Forms and Autofill

However in my Version: Firefox 98.0.1 (64 bit) running on an up to date Windows 10 this feature is missing or deprecated.

Can anyone say how I could edit/delete this specific entry, or point me in the direction of where this data is stored?

In the mean time I can't recommend using Firefox for entering critical security data, where websites can allow the storage of CVV numbers.

Asked by firefox236 1 year ago

Answered by firefox236 1 year ago

  • Solved
  • Archived

Undoing "don't allow [website] to prompt me"

Hello! A site kept popping up a confirmation window for an action I was trying to take, and in the confirmation window, there was a checkbox for something like "don't al… (read more)

Hello! A site kept popping up a confirmation window for an action I was trying to take, and in the confirmation window, there was a checkbox for something like "don't allow [this website] to prompt me again" (that's as best I can remember). I checked the box thinking it would just allow the action to happen without the confirmation window, but instead, the site just won't take that action anymore. How can I undo this setting? Thank you!

Asked by abby.phelps 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

Firefox 101.1 Says "SSL_ERROR_BAD_CERT_DOMAIN"

Getting error SSL_ERROR_BAD_CERT_DOMAIN on all my sites that are signed with a SSL Cert from my internal CA since updating past version 99 This appears to be a bug star… (read more)

Getting error SSL_ERROR_BAD_CERT_DOMAIN on all my sites that are signed with a SSL Cert from my internal CA since updating past version 99

This appears to be a bug starting after Firefox version 99 on Windows because after i upgraded to Firefox version 100 i started getting this on all my SSL Certs from my CA and they worked fine prior to the update. Can anyone confirm if something changed after version 100 that is causing this?

Thank you.

Asked by rpmurph83 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

TLS 1.0, 1.1 exceptions for private (home) network

How do I create a TLS 1.0, 1.1 exception in Firefox 100.0+ for my legacy devices (NAS), that no longer get firmware updates from the manufacture, that are on my private n… (read more)

How do I create a TLS 1.0, 1.1 exception in Firefox 100.0+ for my legacy devices (NAS), that no longer get firmware updates from the manufacture, that are on my private network and thier configuration is done through a web browser?

 I have been using Firefox browser for a long time, since it was called Mozilla browser.  An answer such as "I'm out of luck." means I will have to look for a new browser.  I prefer not to do that.  I trust the Mozilla brand and like you products and recommend them to my friends and customers.

Asked by data0042 1 year ago

Answered by James 1 year ago

  • Solved
  • Archived

Edit "always open" settings for containers

How can I get a list of all the sites that are set to "always open" in a specific container? For example, I want to see a list of all the sites set to always open in the … (read more)

How can I get a list of all the sites that are set to "always open" in a specific container? For example, I want to see a list of all the sites set to always open in the Work container. I would also like to edit the list without needing to manually visit each site.

Asked by Chris Shaffer 2 years ago

Answered by Adivardhan 2 years ago

  • Solved
  • Archived

Accept the risk and continue-button not showing

Hi Firefox is not showing Accept the risk and continue-button when advance button is clicked. Due to this i am not able to access server. Image is attached for reference… (read more)

Hi Firefox is not showing Accept the risk and continue-button when advance button is clicked. Due to this i am not able to access server. Image is attached for reference.

I tried most of the things i know (reinstalled, clear cookies and data, cleared history) but it's not showing this option.

Using 96.0.2 (64-bit) on Window 10.

Pls support

Mahesh

Asked by splendid.m 1 year ago

Answered by Helping Firefox 1 year ago

  • Solved
  • Archived

How to get rid of Google login screen?

Greetings from North-East of France, since a few weeks ago I'm seeing a (sort of) pop-up window suggesting to login with a Google account (see the screenshot attached). I… (read more)

Greetings from North-East of France, since a few weeks ago I'm seeing a (sort of) pop-up window suggesting to login with a Google account (see the screenshot attached). I've done some internet search to find out how to get rid of it, but the only suggestion I get is to modify an option in a Google account. However, I do not have a Google account! How to get rid of this disturbing pop-up? I already use Adblock Plus and uBlock Origin, yet Google passes through them! Thank you in advance for any help you may provide.

Asked by Massimo 1 year ago

Answered by user228126785451001171488420526897964190555 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 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

google account auto login?

Hi, I've noticed recently that on login to some website that because my account profile uses a gmail account the website is automatically logging me in. I'm assuming th… (read more)

Hi, I've noticed recently that on login to some website that because my account profile uses a gmail account the website is automatically logging me in.

I'm assuming the following is what is happening, I'd like to stop it and use my password manager to login, but this process the website is using is completely bypassing my configuration choices.

Should I assume this data is shared with Google? It must be right, they have sent an authentication request to google that my email on profile is valid and google knows the domain that made the request and the timestamp. Worse, this blocks me from using my own password manager or browser password manager and gives me no control over what is shared with google a 3rd party to website i have subscribed, are they not violating privacy terms by doing this? Is there a class action in progress somewhere?

Asked by markballew 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

How do I delete an autofill email address?

Running v104.0.2. (UK) Whenever I have an 'email box', I get an autofill email address appearing I wish to delete. When I highlight the address, and hit 'delete' it doesn… (read more)

Running v104.0.2. (UK) Whenever I have an 'email box', I get an autofill email address appearing I wish to delete. When I highlight the address, and hit 'delete' it doesn't work. On searching a method, I get the suggestion to go into settings and drill down in the 'Forms & Autofill' section in 'privacy' settings, but my FireFox has no such section.

I then tried to 'activate' the section by going into 'about:config' and changing 'extensions.formautofill.available' from, 'detect', to 'on', it made no difference, I still have no 'Forms & Autofill' section in settings.

How can something so simple be so complicated?

How do I delete an autofill email address?

Asked by Stephen5000 1 year ago

Answered by cor-el 1 year ago

  • Archived

Intrusive VPN popup pushing Firefox VPN

Today Firefox stopped altogether and dimmed the entire window and popped up a "Try the Firefox VPN" message. I use Firefox specifically to get away from disruptive, intru… (read more)

Today Firefox stopped altogether and dimmed the entire window and popped up a "Try the Firefox VPN" message. I use Firefox specifically to get away from disruptive, intrusive violations like that. This needs to be removed immediately and never ever happen again. It's completely antithetical to the core values of Firefox.

Furthermore, several users have reported it breaking their browsing. See this Reddit thread:

https://www.reddit.com/r/firefox/comments/13rnt88/why_is_firefox_windows_11_version_showing_me/

This affected me on Windows 10 running Firefox 113.0.2 64 bit.

Asked by ben153 6 months ago

Last reply by a.mpoygiatiwths 6 months ago

  • Solved
  • Archived

Browser Being Mnaged by Your Organization - Linux Mint

I'm running Linux Mint 20 and have installed a free version of ProtonVPN. My firefox browser has a banner at the top stating "Your Browser is Being Managed by Your Organ… (read more)

I'm running Linux Mint 20 and have installed a free version of ProtonVPN. My firefox browser has a banner at the top stating "Your Browser is Being Managed by Your Organization". Not sure how this happened, but I am unable to update the browser because of this. I read some of the previous posts and they all appear to reference a Microsoft OS and Avast.

Asked by paulandlesa 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

Disabling DRM completely

I have disabled DRM content, why is firefox annoying me to enable it each time I load a website that requires it. What seems to be now the general topic, even for a simpl… (read more)

I have disabled DRM content, why is firefox annoying me to enable it each time I load a website that requires it. What seems to be now the general topic, even for a simple blog... If I disabled it, I do not want to be prompted to enable it back. I know how to enable it.

Asked by david636 1 year ago

Answered by cor-el 1 year ago