sync from laptop to this phone
bold textHow do I sync from my laptop to this phone
bold textHow do I sync from my laptop to this phone
Is it possible to make a donation to Mozilla without providing so much personal information? I got a message on Firefox today asking for a donation, but when I tried to d… (pročitajte više)
Is it possible to make a donation to Mozilla without providing so much personal information? I got a message on Firefox today asking for a donation, but when I tried to do that, I was asked for my home address. It's a general rule of internet marketing that people who use the internet would rather do anything than pay for something, so it's bad psychology to impose unnecessary conditions when you're asking for a donation. I don't have to provide my home address when I make donations to other organisations, so why does Mozilla need my home address? I apologize if this is the wrong place to ask this question, but I can't find anywhere else to ask it!
Thanks,
Shaun.
When I opened Firefox[^1] today I was greeted with a "Donate to Mozilla Foundation" page open, with the message: "You power Firefox. Now donate to make good tech the defa… (pročitajte više)
When I opened Firefox[^1] today I was greeted with a "Donate to Mozilla Foundation" page open, with the message:
"You power Firefox. Now donate to make good tech the default.
Mozilla Foundation — the non-profit behind Firefox — is building a future where technology serves people, not power.
Your donation to Mozilla Foundation keeps the internet open, private, and built for people. Donate today to make good on the promise of the internet."
Does this message mean that Donations to the Mozilla Foundation now fund Firefox development? As I understand it, previously donations were not allowed to be used by the Mozilla Corporation, which actually develops Firefox. I'd love to donate to fund Firefox development, as I feel it is a critically important open source project.
[^1]: 145.0.2 from the Mozilla Debian repository.
Tell me how to delete all my comments that I have made at Mozilla. None of my comments are valid and I wish to have them all deleted. If you can please delete them for … (pročitajte više)
Tell me how to delete all my comments that I have made at Mozilla. None of my comments are valid and I wish to have them all deleted.
If you can please delete them for me.
Dennis Coleman
Hallo, wo finde ich die Einstellung für die deutsche Sprache? Danke. Mit freundlichen Grüßen Gerhard Rech
how can i save my password
I'm talking about how when you go to fill out a text input, it'll suggest that input next time you go to a similar field. Well, that system just saved my social security … (pročitajte više)
I'm talking about how when you go to fill out a text input, it'll suggest that input next time you go to a similar field. Well, that system just saved my social security number as an input after I filled out a government form. I would like to turn this feature off now, and delete the history of it if I can. Is there a way I can do that?
I'd attach an example image of a different website, but the box goes away when trying to take a screenshot.
what is the latest version of Firefox for Debian testing?
how to firefox for linux 32bit
I'm using Ubuntu 24 with the XFCE desktop. I'm installing the debs straight off packages.mozilla.org (currently 143.0.3). Firefox's title bar, and window manager buttons … (pročitajte više)
I'm using Ubuntu 24 with the XFCE desktop. I'm installing the debs straight off packages.mozilla.org (currently 143.0.3).
Firefox's title bar, and window manager buttons do not have the same look and feel as the rest of my windows. And I have no idea where they're coming from.
They do change appearance in response to picking the different styles in Settings > Appearance, but the changes appear to be limited to colors only. The minimize, maximize and close buttons look differently than on all other windows, and they are more spread out than in, and the shade button is nowhere to be found.
I'm attaching two small images, the first one is the standard set of widgets all other windows have, and the second one is Firefox's odd duck. I could not find anything in settings. "Extensions And Themes" shows that "System theme" is enabled. Well, it's coming up a bit short...
how do i use call up split screen
Hi I understand that security is important, but it it is MY account, MY data, MY responsibility. When you install FireFox on a new device, then you cannot sign in to your… (pročitajte više)
Hi
I understand that security is important, but it it is MY account, MY data, MY responsibility.
When you install FireFox on a new device, then you cannot sign in to your account without entering a confirmation code - that is 'crazy'!!
Why is it crazy, well, first of all FireFox / Mozilla know that it's a new device, so how do they suggest that I get to my email on a new device ??
It's the same as asking for a security code when you setup your email - How do you see that I can get my code when setting up the mail app ??
Imagine - god forbid - that you were to loose your phone and computer, you then got a brand new computer - even with a recovery email address, you can still not log in because the recovery email address also requires a confirmation code on a new device!
On my Mozilla account I have turned of 2FA, so why do I need a confirmation code ?
As mentioned, I understand that security is important, so please do not use that argument.
Internet searches for Firefox support/forums shows https://www.mozilla.org/en-US/about/forums/ and https://www.mozilla.org/en-US/about/governance/policies/participation/ … (pročitajte više)
Internet searches for Firefox support/forums shows https://www.mozilla.org/en-US/about/forums/ and https://www.mozilla.org/en-US/about/governance/policies/participation/
Searching around these links is too difficult to find where to post any questions, which happens to be on this link https://support.mozilla.org/en-US/questions/
Please make UX friendlier.
Tried to update Firefox. Got the message: your updates are being managed by your organization. I'm a home user. No organization. What is the problem? Thank you in adv… (pročitajte više)
Tried to update Firefox. Got the message: your updates are being managed by your organization. I'm a home user. No organization. What is the problem? Thank you in advance.
Previous to version 151.0.1, when I pressed ctrl-L, Firefox focused the URL bar and I was able to edit the URL. Now, on 151.0.1, pressing ctrl-L clears the URL and a drop… (pročitajte više)
Previous to version 151.0.1, when I pressed ctrl-L, Firefox focused the URL bar and I was able to edit the URL. Now, on 151.0.1, pressing ctrl-L clears the URL and a dropdown for the search engine appears in the left of the URL bar (see attached screenshot). I have verified this on a new, blank profile. Is there a way to restore the old behavior?
I'm building a website from scratch and its going great. I just tried to implement a CSP and it worked except for one small section of my website that allows a user to up… (pročitajte više)
I'm building a website from scratch and its going great. I just tried to implement a CSP and it worked except for one small section of my website that allows a user to upload an image and that image is supposed to be displayed back to the user. Anyways long story short the CSP blocked me so I tried to whitelist data: and it still didn't work. defeated I removed the CSP from Nginx to work on it later but when I went to try and test again I get this error. ``` Content-Security-Policy: The page’s settings blocked the loading of a resource (img-src) at data:image/webp;base64,UklGRqbeAABXRUJQV… because it violates the following directive: “default-src 'self'” ``` I have confirmed with Curl and by inspecting the network tab that there is no CSP included in the headers anymore. I have restarted Firefox, created a new Firefox profile, and cleared my cache to the end of time and yet still the error persists. I don't know where or how Firefox is storing website headers but they persists and also apparently work between profiles an implication I'm not going to delve into here. If someone could point me to the file where the headers are stored so I can delete it that would be wonderful.
specs Qubes OS 4.2 Mozilla Firefox 140.4.0esr
the top bar in the browser is so small it is hard to read and i find it difficult to access the icons. increasing the value of "layout.css.devPixelsPerPx" increased the … (pročitajte više)
the top bar in the browser is so small it is hard to read and i find it difficult to access the icons. increasing the value of "layout.css.devPixelsPerPx" increased the browser text but did not affect the top bar. Is their another approach or is their a magnifier the will work. Thanks.
I have an idea for improvement of the mozilla browser, but I don't want to send it online here. So can you please give an email address and I will send it there instead(?… (pročitajte više)
I have an idea for improvement of the mozilla browser, but I don't want to send it online here. So can you please give an email address and I will send it there instead(?).