Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

Auto fill in the search bar

Why is it when I want to go to a different website, such as youtube.com or google.com, the bar will autofill because I've been to those websites multiple times. But after… (Lesen Sie mehr)

Why is it when I want to go to a different website, such as youtube.com or google.com, the bar will autofill because I've been to those websites multiple times. But after going to spotify.com numerous times, the autofill never shows up and I have to manually type in the whole "spotify.com" because the web search bar thinks I've never been there before. Why is that and can I fix it?

Gefragt von Karel Kouda vor 2 Wochen

Letzte Antwort von TyDraniu vor 2 Wochen

dpi settings adapt

I am running Windows 10 (up to date) and FF desktop version. Because of eyesight issues I run Windows 10 scaled tp 150%. As I've begun using FF I find many windows, as… (Lesen Sie mehr)

I am running Windows 10 (up to date) and FF desktop version. Because of eyesight issues I run Windows 10 scaled tp 150%. As I've begun using FF I find many windows, as well as the banner, tab bar and url are very large. Therefore they take up too much screen real estate and I can't always use websites without having the last 4 or 5 lines hidden and inaccessible.

Years ago I used FF with a compact theme but these no longer seem to be available. How can I adjust the FF settings, or the Windows 10 settings for FF, so that I can both see it easily and have access to the entire length of the window? Thanks for any help and/or suggestions.

Gefragt von regs4 vor 2 Wochen

Letzte Antwort von markwarner22 vor 2 Wochen

Proxy

Hi I created my own proxy that has the normal login screen but it also uses a 2fa feature which I cant get to work with firefox, I was wondering if you just do not have a… (Lesen Sie mehr)

Hi I created my own proxy that has the normal login screen but it also uses a 2fa feature which I cant get to work with firefox, I was wondering if you just do not have another pop up after the login screen or is my proxy the issue.

Gefragt von Leon vor 2 Wochen

Letzte Antwort von markwarner22 vor 2 Wochen

Is there a way to temporary bypass updates warnings for the sake of other people's privacy?

Hello, So, I got the "Restart to keep using Firefox message" while working to make sure that certain HIPPA protected data. I cannot close out of the browser because I … (Lesen Sie mehr)

Hello,

So, I got the "Restart to keep using Firefox message" while working to make sure that certain HIPPA protected data. I cannot close out of the browser because I am in an incognito window.

Is there a way to pause the message or can I only prevent it by disabling automatic updates?

P.S. So I work in the very sensitive part of Data Engineering e911 that deals with medical patient reports that given ONLY to the doctor at the hospital when the fire department drops you off at a Hospital. Because of extremely sensitive nature some of the specific report fields, I am not longer legally allowed (by HIPPA as old as the law is) to use browsers like chrome. So, I have to use browser like Firefox that are still in compliance. I want Firefox to update, but I want to choose when it updates (on the first weekend when there is a national fire or storm disaster happening... which technically will be this first Saturday since the update on the 15th).

Gefragt von AFRD Stats vor 2 Wochen

Letzte Antwort von Agent virtuel vor 2 Wochen

restore last session

After accidentally closing firefox I could not restore my last session after going to. history because the restotre tab was not there. Only recently closed tabs and rece… (Lesen Sie mehr)

After accidentally closing firefox I could not restore my last session after going to. history because the restotre tab was not there. Only recently closed tabs and recently closed windows and search history was there. I also had the box sent in setting to restore last session but it did not do that either. Am I missing something. Sorting through all the history would take quite a bit of time. I am on a macbook with sequoia ios.

Thanks

Gefragt von dpski1234 vor 3 Wochen

Letzte Antwort von markwarner22 vor 3 Wochen

not open

Secure Connection Failed An error occurred during a connection to myiphide.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page you are trying to… (Lesen Sie mehr)

Secure Connection Failed

An error occurred during a connection to myiphide.com. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_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.

Gefragt von TABIL KHAN vor 3 Wochen

Letzte Antwort von jscher2000 - Support Volunteer vor 3 Wochen

MS Defender Firewall Block

Been using Netscape then Mozilla load since 1996. Jan 13 2025 I turned on computer (for 3rd time) and (all browsers) Mozilla is blocked by windows defender firewall. Ja… (Lesen Sie mehr)

Been using Netscape then Mozilla load since 1996. Jan 13 2025 I turned on computer (for 3rd time) and (all browsers) Mozilla is blocked by windows defender firewall. Jan 14th I turned on PC and same.

Setting\windows defender firewall setting is now in perpetual circle of processing request.

  • Windows Smart App Contol is turned off.
  • advance virus scan will not launch due to alpha characters will not populate, only numeric, even when switching keyboard languages.
  • quick and full scan work with no errors, prior successful was Jan 10th , 10 min before turning off computer (quick)
  • no error or alarms other than "firewall is blocking Mozilla & Mozilla VPN". MS Edge Browser just sits with no pages loaded, no error messages.
  • NIC and internet is working fine as ping and othe CMD to international work. Email clients work.
  • Client ( L&T TS) Microsoft Intune installed for work Account

Windows 11 pro, all updates to windows and Mozilla, virus and dell processed through January 10 (from history)

Gefragt von Kelly vor 4 Wochen

Letzte Antwort von markwarner22 vor 4 Wochen

Help with Security Features Warning for Linux

DO NOT COPY AND PASTE! This is not written correctly! Someone please help with this or correct the code. I tried different ways to do this and nothing works ---- I am bey… (Lesen Sie mehr)

DO NOT COPY AND PASTE! This is not written correctly! Someone please help with this or correct the code. I tried different ways to do this and nothing works ---- I am beyond frustrated with it.


Security features warning

You may see a warning that “some of Firefox’s security features may offer less protection on your current operating system”.

The sandbox in Firefox makes use of unprivileged user namespaces when creating new processes for enforcing more security. This can be considered a security risk, therefore some Linux distributions have started to restrict its usage and only allow it to work where there is an AppArmor profile.

Such profiles can only cover a limited set of installations paths, including Snap and Debian packages. They cannot however cover some other use cases, such as tarball installations as well as local development builds.

To create an AppArmor profile for Firefox:

In /etc/apparmor.d/, create a file with the name firefox-local

In the file, add the following:

  1. This profile allows everything and only exists to give the
  2. application a name instead of having the label "unconfined"

abi <abi/4.0>, include <tunables/global> profile firefox-local /home/<USER>/bin/firefox/{firefox,firefox-bin,updater} flags=(unconfined) {

   userns,
   # Site-specific additions and overrides. See local/README for details.
   include if exists <local/firefox>

}


Replace <USER> with your Linux user name. This assumes the Firefox install is at $HOME/bin/

Once you have saved the file, run sudo systemctl restart apparmor.service in the Linux terminal.

Gefragt von 13palmtrees13 vor 1 Monat

Letzte Antwort von Paul vor 1 Monat

PR_Connect_reset_error

Greetings all, my trusty Firefox stopped working. Error Code PR_Connect_reset_error. Other browsers work fine. I have windows 10 with the latest updates and use Kaspersky… (Lesen Sie mehr)

Greetings all, my trusty Firefox stopped working. Error Code PR_Connect_reset_error. Other browsers work fine. I have windows 10 with the latest updates and use Kaspersky Internet Security 21.3.10.391 (m). I have paused Kaspersky, uninstalled then reinstalled Firefox 3 times. I have cleared all Firefox cookies and caches a number of times. On my 2nd Firefox reinstallation Firefox worked ok for a couple of times then stopped again with the same error code. Please note that I am not very familiar with computer stuff so any suggestions need baby steps. Many thanks.

Gefragt von glb_glb vor 1 Monat

Letzte Antwort von jonzn4SUSE vor 1 Monat

wHAT DOES "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION

WHAT DOES "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION: ? "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION"? THERE IS NO ORGANIZATION ASSOCIATED WITH THIS… (Lesen Sie mehr)

WHAT DOES "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION: ?

"YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION"? THERE IS NO ORGANIZATION ASSOCIATED WITH THIS LAPTOP.

HOW DO I GET MICROSOFT OUT OF MY COMPUTER?

EXAMPLE: I NEVER SIGNED UP/IN FOR ONE DRIVE. IT MEANS THAT THINGS SUCH AS DOWNLOADS HAS A MICROSOFT TOOL IN THE FILE LOCATION.

HOW DO I QUICKLY FIND THINGS LIKE MOZ VPN TO DOWNLOADS? I RECEIVE VPN FOR FREE. IS THERE A SIGNIFICANT DIFFERENCE THAT JUSTIFIES THE COST OF FIREFOX'S VPN?

THANKS FOR THE HELP,

DAVID MARSHALL

Gefragt von David Marshall vor 1 Monat

Letzte Antwort von jonzn4SUSE vor 1 Monat

Won’t allow me to open previous tabs on start up

Latest update Firefox Version 134.0 (64-bit): Won’t allow me to open previous tabs on start up. When I try to change setting it says this: Information Your browser is be… (Lesen Sie mehr)

Latest update Firefox Version 134.0 (64-bit): Won’t allow me to open previous tabs on start up. When I try to change setting it says this:

Information Your browser is being managed by your organization.

How do I fix this? I am the organization and this setting was previously working for years???

Gefragt von kenne vor 1 Monat

Letzte Antwort von jonzn4SUSE vor 1 Monat

Disable proxy failover

Hello, We have set a fixed proxy in Firefox on our employees' notebooks. However, when the notebooks do not have a VPN connection to our network, the proxy cannot be rea… (Lesen Sie mehr)

Hello,

We have set a fixed proxy in Firefox on our employees' notebooks. However, when the notebooks do not have a VPN connection to our network, the proxy cannot be reached. Firefox then disables the proxy after a short time. I found the setting network.proxy.failover_direct under about:config and thought that setting it to false would solve the problem. However, Firefox behaves the same way.

How can I prevent Firefox from accessing the internet except through the specified proxy?

Thank you.

Gefragt von tim.goetschl vor 1 Monat

Letzte Antwort von markwarner22 vor 1 Monat

Information Your browser is being managed by your organization.

I searched this question in your "support" section It has been asked many times but no answer has been given. In addition the community forum site itself says that 0, 1 o… (Lesen Sie mehr)

I searched this question in your "support" section It has been asked many times but no answer has been given. In addition the community forum site itself says that 0, 1 or 2 people have this problem when there are many more posts about exactly this problem. Google doesn't seem to be happy about my using Firefox as my browser and now send me directly to their page on cleaning up cookies, etc. When I go to settings in Firefox I get the "Your browser is being managed by your organization" message, but just like the many others who have commented in the community forum, I don't have an organization to manage my browser and I can't even seem to find out what organization Firefox thinks is managing my browser. How do I regain control of my Firefox?

Gefragt von SJH vor 1 Monat

Letzte Antwort von cor-el vor 1 Monat