Zobrazenie otázok označených: Zobraziť všetky otázky

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… (ďalšie informácie)

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.

Otázku položil(a) sachker Pred 1 mesiacom

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 … (ďalšie informácie)

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

Otázku položil(a) Sergio Correa de Jesus Medina Pred 1 mesiacom

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… (ďalšie informácie)

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.

Otázku položil(a) jt8 Pred 1 mesiacom

turn off captcha

I don't know what I changed, but need to know how to turn off this darn captcha setting, I can't use the browser because it constant stops me to start choosing pictures w… (ďalšie informácie)

I don't know what I changed, but need to know how to turn off this darn captcha setting, I can't use the browser because it constant stops me to start choosing pictures which never seem to end! Please help

Otázku položil(a) lyndastuff Pred 1 mesiacom

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… (ďalšie informácie)

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.

Otázku položil(a) lanejones Pred 1 mesiacom

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… (ďalšie informácie)

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

Otázku položil(a) Sophie Huang Pred 1 mesiacom

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.

Otázku položil(a) John Brandt Pred 1 mesiacom

malware blocked message keeps appearing on my screen

Since I restarted my MacBookPro this morning, this pop up message continues to pop up. Apple said it couldn't see any other avenue except for the use of the FireFox brow… (ďalšie informácie)

Since I restarted my MacBookPro this morning, this pop up message continues to pop up. Apple said it couldn't see any other avenue except for the use of the FireFox browser. How do I make it go away?

“MajorChannelSearchDaemon24374364674” was not opened because it contains malware. This action did not harm your Mac.

Otázku položil(a) billwalshtiki Pred 1 mesiacom

Warning: Potential Security Risk Ahead - Can't sign into my Outlook email

I can't get into my Outlook email any more through firefox! all my medical stuff, and basically my whole online life is inaccessible. I am facing a serious medical cris… (ďalšie informácie)

I can't get into my Outlook email any more through firefox! all my medical stuff, and basically my whole online life is inaccessible. I am facing a serious medical crisis, which is negatively affecting my mental health, as well. all my test results are there, just beyond my reach and I truly need the most stress-free online environment and that is Firefox. Can somebody help me get my life back, please? Running windows 11, most current update on a HP pavilion w/ intel core i5. Sadly I can't afford a new (or even a used) computer. I need online connectivity and SAFETY to navigate this nightmare. A million thank yous for any assistance you can provide.

Otázku položil(a) jtry1953 Pred 1 mesiacom

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… (ďalšie informácie)

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.

Otázku položil(a) ExcuseMe Pred 3 mesiacmi

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… (ďalšie informácie)

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?

Otázku položil(a) #367259 Pred 2 mesiacmi

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. … (ďalšie informácie)

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.

Otázku položil(a) suryadigauada Pred 2 mesiacmi

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… (ďalšie informácie)

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

Otázku položil(a) mango1 Pred 1 mesiacom