Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

Some of Firefox's security features may off less protection on your current operating system.

Hi! I am seeing the message in the subject line having completely removed all trace of snapd and installed Firefox deb under Ubuntu 24.04 using the ppa https://ppa.launc… (Lesen Sie mehr)

Hi!

I am seeing the message in the subject line having completely removed all trace of snapd and installed Firefox deb under Ubuntu 24.04 using the ppa https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu

about:support says "User Namespaces false — This feature is not allowed by your system. This can restrict security features of Firefox"

The page shown following the link does not help as it just assumes I have installed from a tarball - not the case.

Any idea whats going on?

I am using the plasma DE having installed kde-plasma-desktop if that's of any consequence.

Thanks for looking

Gefragt von mango1 vor 4 Wochen

shopping on line

I am using Firefox Desktop. I have trouble paying for items when shopping online. I quit using firefox for a period and went to Edge because of this issue. No problems… (Lesen Sie mehr)

I am using Firefox Desktop. I have trouble paying for items when shopping online. I quit using firefox for a period and went to Edge because of this issue. No problems with Edge, but again when I go to checkout it will not allow be to proceed. Anyone have a solution, I want to stay away from Microsoft and Google as much a possible, but this is making me go back that direction. Thanks, J.T.

Gefragt von jt8 vor 2 Wochen

saving passwords

I believe my Settings/Privacy are set to ask me to save passwords, but it does not. I have to manually enter them in Passwords settings to be saved.

Gefragt von John Brandt vor 2 Wochen

  • Gesperrt

Block Party

Hi. Block Party was just pitched by the WaPo but I see few people here are using it ... yet. Perhaps because you're not monitoring it? I am curious about how it got such… (Lesen Sie mehr)

Hi. Block Party was just pitched by the WaPo but I see few people here are using it ... yet. Perhaps because you're not monitoring it? I am curious about how it got such a MAJOR free (?) promotion and whether/if there's a way you can or do verify it's claims? For instance, maybe it does what it says it does (clean/close gaps in privacy) but what does it do with the intel it gains?

Is there any chance you can/will verify it in the future?

thanks kindly, steph

https://www.washingtonpost.com/technology/2024/11/03/online-privacy-settings-block-party/?carta-url=https%3A%2F%2Fs2.washingtonpost.com%2Fcar-ln-tr%2F41ce69d%2F67e57df78492b94b923ec304%2F5d779da19bbc0f0886c7a302%2F42%2F59%2F67e57df78492b94b923ec304

Gefragt von Steph vor 2 Monaten

With the new Privacy Policy and TOU what Functionality would be broken if Mozilla hadn't changed them?

With the change in the Privacy policy and TOU for Mozilla, it's been mentioned in several official responses that certain functionality will not be possible going forward… (Lesen Sie mehr)

With the change in the Privacy policy and TOU for Mozilla, it's been mentioned in several official responses that certain functionality will not be possible going forward without those changes.

If I never use suggestions, hints, or any mozilla services with firefox. Just what functionality becomes a problem that you need to change the "We will never sell your data" and the other equally disturbing "you grant mozilla a irrevocable non-exclusive royalty free right..."?

How about some clear transparency instead of the opaque non-specific statements you've been making?

Loyal users of firefox for the last 20+ years deserve better than this.


Oh, and why can't I remove the search shortcuts for bookmarks, tabs and history, I'd like to map those keys to something else.

Gefragt von ExcuseMe vor 2 Monaten

Identity theft

I am currently a victim of grave identity theft over several platforms which prevent me from smooth and segure sign ins, confirmations, password changes , etc. Safari is … (Lesen Sie mehr)

I am currently a victim of grave identity theft over several platforms which prevent me from smooth and segure sign ins, confirmations, password changes , etc. Safari is gravely affected, as a mother browsers. My last resort will be to stick to Firefox/ Mozilla gladly. Any advice to further my viver security? Thankfully…Sergio

Gefragt von Sergio Correa de Jesus Medina vor 1 Monat

Mozilla provided content on home page landing

Dear Mozilla, How do I change the content that is sent to my home landing page when I launch Firefox. 98% of the content is from fake news sources that are wildly inacc… (Lesen Sie mehr)

Dear Mozilla,

How do I change the content that is sent to my home landing page when I launch Firefox. 98% of the content is from fake news sources that are wildly inaccurate and just plain not true. This includes sources such as Vox, The AP, Reuters, The Guardian, Business Insider, etc. It seems all Mozilla news feed sources literally are the fake news media which remove trust from your organization, and NOT something Mozilla should be promoting. By pushing those stories and content from fake news sources, it literally makes me not trust Mozilla's intent or objectives.

Gefragt von lanejones vor 1 Monat

Unable to log into my hotmail account all of a sudden

Hello, I am able to log into my hotmail account no problem with all browsers and have always been able to with Firefox but tonight it stops me and gives me a security war… (Lesen Sie mehr)

Hello, I am able to log into my hotmail account no problem with all browsers and have always been able to with Firefox but tonight it stops me and gives me a security warning risk. I cannot go to the site out of the blue after years of no issues. How can I resolve this issue? Anyone know whats going on?

Thank you.

Gefragt von sachker vor 2 Wochen

Reverse synced data on firefox from chrome

Hi, I accidentally allowed syncing from my google chrome onto firefox. I was wondering if there is any way to reverse that. I tried reinstalling firefox and my tabs synce… (Lesen Sie mehr)

Hi, I accidentally allowed syncing from my google chrome onto firefox. I was wondering if there is any way to reverse that. I tried reinstalling firefox and my tabs synced from chrome were still saved. How do I delete all the synced data. I also don't want to sign in to sync because I don't want to sync my data. I'm not signed into Mozella and my data is still synced. How is that possible? Thank you

Gefragt von Sophie Huang vor 2 Wochen

Firefox blocks POST request to a remote server with self-signed certificate and IP in address - MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT

Hello, a locally hosted application has a web interface which tries to send a data (POST request) to a remote resource (which is under my control) yet the web browser (Fi… (Lesen Sie mehr)

Hello, a locally hosted application has a web interface which tries to send a data (POST request) to a remote resource (which is under my control) yet the web browser (Firefox ESR 128.9.0esr) blocks this resource request saying in a developer console (F12) this:

  • NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_SECURITY, MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT)
  • Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://myRemoteServerIP/request.php. (Reason: CORS request did not succeed). Status code: (null).

I suspect that the CORS blocking is a result of the first (SSL) error, AI also told me that I can configure my remote server/resource (e.g., using Apache, Nginx, or PHP) to include the necessary CORS headers in its responses and indeed the remote server of mine has such lines inside a PHP script that is receiving the request: header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: POST'); header('Access-Control-Allow-Headers: *');

The remote resource (server) is using self-signed SSL certificate and it is referenced using IP instead of a domain name.

When I try to do the same request via Private browsing window (without extensions), there is no NS_ERROR about self-signed cert. but only CORS one. When I try browser Librewolf 137.0.2-1 (my FF version is older: 128.9.0), the request is NOT blocked, is OK..

My main aim is not to avoid blocking in my browser, but in all main browsers for everyone.

Is it so that this kind of blocking is default behavior in browsers? Is there please any way to avoid that, beside getting a domain name and CA signed SSL certificate?

Gefragt von #367259 vor 1 Monat

security and privacy

how to protect my user name and password to avoid hacker accesibilty because every time he calling to offering products by email, i need support to protect about it. … (Lesen Sie mehr)

how to protect my user name and password to avoid hacker accesibilty because every time he calling to offering products by email, i need support to protect about it.

Gefragt von suryadigauada vor 1 Monat