Firefox

32 readers
1 users here now

The latest news and developments on Firefox and Mozilla, a global non-profit that strives to promote openness, innovation and opportunity on the web.

You can subscribe to this community from any Kbin or Lemmy instance:

Related

Rules

While we are not an official Mozilla community, we have adopted the Mozilla Community Participation Guidelines as far as it can be applied to a bin.

Rules

  1. Always be civil and respectful
    Don't be toxic, hostile, or a troll, especially towards Mozilla employees. This includes gratuitous use of profanity.

  2. Don't be a bigot
    No form of bigotry will be tolerated.

  3. Don't post security compromising suggestions
    If you do, include an obvious and clear warning.

  4. Don't post conspiracy theories
    Especially ones about nefarious intentions or funding. If you're concerned: Ask. Please don’t fuel conspiracy thinking here. Don’t try to spread FUD, especially against reliable privacy-enhancing software. Extraordinary claims require extraordinary evidence. Show credible sources.

  5. Don't accuse others of shilling
    Send honest concerns to the moderators and/or admins, and we will investigate.

  6. Do not remove your help posts after they receive replies
    Half the point of asking questions in a public sub is so that everyone can benefit from the answers—which is impossible if you go deleting everything behind yourself once you've gotten yours.

founded 2 years ago
MODERATORS
126
127
 
 

https://github.com/Abev08/VolumeControlExtension

That's two longstanding items on my firefox wishlist taken care of by an extension: Actual working volume controls on the built-in media player, and a volume control for other crappy web players that don't have them.

#firefox

128
 
 

I am quite happy they added the borders, but I know some people use high-contrast themes as a base for their own theming and don't want this, in this case, add this to your userChrome.css:

:root {
  --toolbarbutton-outline: none !important;
}

129
130
 
 

#Linux Weekly Roundup for September 8th, 2024: #Firefox 130, #GNOME 47 Release Candidate, #QEMU 9.1 improves #ARM and #RISCV support, #KDE #Slimbook Plasma VI laptop arrives at #Akademy2024, Firefox 131 enters beta testing with text fragments and temporary site permissions, #Nitrux 3.6.1, #Audacity 3.6.2 brings back legacy effects, and more https://9to5linux.com/9to5linux-weekly-roundup-september-8th-2024

#OpenSource #FOSS

131
 
 

#Firefox joins the other browsers and disables HTTP/2 server push.

libcurl still supports it!

https://groups.google.com/a/mozilla.org/g/dev-platform/c/vU9hJg343U8/m/4cZsHz7TAQAJ?pli=1

132
 
 

I’m trying to set containers for some websites on a shared windows terminal with multiple users under the same login. We use some cloud software and each user has their own log in. Manually opening websites in container manager allows this, but I’m struggling to do so for opening in container for the home page.

Each log in just launches in the default container (unassigned). I’ve tried using bookmark tree, which seems to support containers, but I can’t get it to work. Assigning a site to always open in a container doesn’t seem to work either as it’s the same site for multiple users (which seems to be the purpose of multi account container), so if it always opens in container A, person B still needs to manually open in their container.

133
 
 

#firefox #chrome #ublockOrigin

134
 
 

The current JPEG XL decoder in #Firefox apparently consists more than 100,000 lines of multi-threaded C++

For just decoding an image format.

Not sure what it says about the format, the implementation and the Internet at large.

https://github.com/mozilla/standards-positions/pull/1064

135
136
 
 

Finally, #Mozilla #Firefox for #Linux scales correctly depending on the OS setting instead of it being huge. This had been an issue since they removed the “Density: Compact” option.

version: 131.0b1

Now: Screenshot of Mozilla Firefox v131.0b1 in Linux, showing how it finally scales properly based on the OS setting instead of it being huge.

137
 
 

#Mozilla #Firefox 131 Enters Public Beta Testing, Improves Translations and Adds Temporary Site Permissions https://9to5linux.com/firefox-131-beta-improves-translations-adds-temporary-site-permissions

#OpenSource #FreeSoftware #Linux

138
 
 

I promise, just because #curl and #Firefox often behave similarly, it is almost never because I once worked in the Firefox networking team. 🤠

139
 
 

#Mozilla #Firefox 130 Open-Source Web Browser Is Now Available for Download, Here’s What’s New https://9to5linux.com/mozilla-firefox-130-is-now-available-for-download-heres-whats-new

#FreeSoftware #Linux

140
 
 

Every once in a very rare while, #Firefox on #Android misbehaves, and it serves to remind me of how reliable it generally is. I've been running the Beta channel of it for over a decade and have been running it since Fennec nightly came out. My collective Android experience would be very different without it.

141
 
 

Im Mai 2024 habe ich Mozilla über einen Datenschutzverstoß in Firefox (Android) informiert. Ohne Zustimmung des Nutzers wurden Daten an Adjust übermittelt. In der Version 129.0.2 (Android, iOS) wurde Adjust nun entfernt - vermutlich als Reaktion auf meine Analyse. Ich werde aber noch einmal nachhaken. 👇

https://bugzilla.mozilla.org/show_bug.cgi?id=1913363

https://www.kuketz-blog.de/firefox-datenschutzverstoss-bei-der-android-version/

#mozilla #firefox #adjust #tracking #dsgvo #tdddg

142
 
 

#Linux Weekly Roundup for August 25th, 2024: Linux's 33rd birthday, #LibreOffice 24.8, #NVIDIA 560 hits stable, #KDE Gear 24.08 improves your favorite KDE apps, #GNOME 47 enters public beta testing, #SerpentOS alpha is around the corner, #ArchLinux installer gets COSMIC desktop support, #PipeWire default for camera handling in #Firefox on #Fedora Linux 41, #fwupd improves support for #Dell systems, and more https://9to5linux.com/9to5linux-weekly-roundup-august-25th-2024

#OpenSource #FOSS

143
 
 

New #Dillo plugin to sync bookmarks with #Firefox Sync.

https://github.com/dillo-browser/dillo-plugin-ffbm

It uses the ffsclient tool to access Firefox Sync data: https://github.com/Mikescher/firefox-sync-client

144
 
 

An update on Mozilla's PPA experiment and how it protects user privacy while testing cutting edge technologies to improve the open web.

145
 
 

I look left and right, and I'm the only one who…

146
 
 

TL;DR: Firefox used to have a great extension mechanism based on the XUL and XPCOM. This mechanism served us well for a long time. However, it came at an ever-growing cost in terms of maintenance for both Firefox developers and add-on developers. On one side, this growing cost progressively killed any effort to make Firefox secure, fast or to try new things. On the other side, this growing cost progressively killed the community of add-on developers. Eventually, after spending years trying to protect this old add-on mechanism, Mozilla made the hard choice of removing this extension mechanism and replacing this with the less powerful but much more maintainable WebExtensions API. Thanks to this choice, Firefox developers can once again make the necessary changes to improve security, stability or speed. During the past few days, I’ve been chatting with Firefox users, trying to separate fact from rumor regarding the consequences of the August 2020 Mozilla layoffs. One of the topics that came back a few times was the removal of XUL-based add-ons during the move to Firefox Quantum. I was very surprised to see that, years after it happened, some community members still felt hurt by this choice. And then, as someone pointed out on reddit, I realized that we still haven’t taken the time to explain in-depth why we had no choice but to remove XUL-based add-ons. So, if you’re ready for a dive into some of the internals of add-ons and Gecko, I’d like to take this opportunity to try and give you a bit more detail.

147
 
 

#Firefox 129.0.2 is out now to fix an issue with screen readers prompting "Alert" when hovering over tabs and an issue where drag-and-drop operations would not work as expected with extensions that rely on this functionality.

#OpenSource #FreeSoftware #Linux #Mozilla

148
 
 

Google ramps up its campaign against ad blockers on Chrome.

149
 
 

I changed emails on my Mozilla account, and then trying to log in again with it, it prompted me to create a new account. I made a Firefox support post 2 weeks ago but got no responses.

150
view more: ‹ prev next ›