Reading view

Firefox Will Ship with an “AI Kill Switch” to Completely Disable all AI Features

Firefox AI Kill Switch

Mozilla is working on an AI kill switch for the Firefox open-source web browser to let users completely disable all AI features.

The post Firefox Will Ship with an “AI Kill Switch” to Completely Disable all AI Features appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

  •  

Mozilla’s New CEO Confirms Firefox Will Become an “AI Browser”

Mozilla's new CEO confirms Firefox will become an "AI browser", with opt-out features. The aim is to raise money. But what does this pivot means for users?

You're reading Mozilla’s New CEO Confirms Firefox Will Become an “AI Browser”, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

  •  

Firefox 146.0 added Native Wayland Fractional Scaling Support

After a month of beta development, Firefox 146.0 is available to download for Linux, Windows, and macOS users.

The new release of this web browser finally added native support for fractional scaling on Linux with Wayland session (e.g., Ubuntu 22.04+ and Fedora Workstation).

Mozilla Firefox merged Wayland fractional-scale-v1 support more than 2 years ago. The feature was however disabled by default due to bugs.

Now with Firefox 146.0, Wayland fractional scaling is natively supported and enabled by default, thus text, icons, and UI elements will render more effective on HiDPI displays with 125%, 150% etc scaling.

For user in the EU and some other countries, there is a New Tab Weather opt-in workflow available. And, user can choose whether to enable location detection or manually search for a location.

When type in search bar, Firefox 146.0 can now show you the direct results in the drop-down suggestions box. Though, this is a progressive roll-out feature that’s only available for small percentages of users.

image from mozilla.org

For Windows, the new version introduced a scheduled backup feature, that automatically backup the passwords, bookmarks, and browsing data daily, and save them on local device.

The backup can be encrypted with a password and used to restore a fresh install of Firefox on any operating system to the status where you left off. Though, this is also a progressive roll-out feature so far only works in Windows, and will be coming to other operating systems soon.

Also for Windows, the Direct2D hardware accelerated 2D graphics rendering support has been removed! For those who still require this feature, it’s recommended to switch to Firefox ESR 140.0 or higher.

And for macOS, Firefox now has a dedicated GPU process by default. It includes WebGPU, WebGL, and Firefox’s own WebRender. With it, fatal errors in graphics code will no longer crash the browser, instead transparently restart the GPU process.

Other changes in Firefox 146.0 include:

  • Firefox Labs is now available to all users, for trying out experimental features.
  • Improve ‘Colors’ dialog in Settings to make it easier to understand.
  • Show English-language suggestions for holidays and other important dates for users in France, Germany, and Italy using the English-language versions of Firefox.
  • Support the contrast-color() CSS function.
  • Add support the @scope rule.
  • Introduce text-decoration-inset property.
  • Support legacy -webkit-fill-available keyword for CSS width and height properties.
  • Support ML-KEM for WebRTC.
  • Support compressed elliptic curve points in WebCrypto.
  • Update Skia graphics library with improved rendering performance and compatibility.
  • Hide unused CSS custom properties.
  • Provide full keyboard and assistive technology support, when the timepicker is enabled for <input type=\"time\"> and <input type=\"datetime-local\">.
  • Various security fixes.

Get Firefox 146.0

This post is written according to the Github release-note, while the official announcement and download link will be available soon via the link below:

If you can’t wait, then go to this page to get Firefox 146.0.

  •  

Firefox 146 Is Out with Native Support for Fractional Scaled Displays on Wayland

Firefox 146

Firefox 146 open-source web browser is now available for download with various new features and improvements. Here's what's new!

The post Firefox 146 Is Out with Native Support for Fractional Scaled Displays on Wayland appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

  •  

How to Disable All the AI Features in Firefox Web Browser

Firefox introduced AI chatbot, AI powered link preview, and search images with Google Lens etc AI powered features in the past releases.

According to the Firefox Privacy Notice, it does NOT have access to the AI conversations or what user input, but do collect technical and interaction data, such as how often a chatbot provider or suggested prompts are used, and the length of selected text.

AI chatbot in Firefox sidebar

If you don’t like the AI chatbot feature, you can hide them from side-bar settings page, or remove the shortcut from the context menu of a text selection.

Hide AI chatbot

While, in this tutorial I’m going to show you how to disable them so that they will disappear along with the settings option, link preview, and image search with Google Lens.

No AI chatbot, no configure options, and no Google Lens image search

NOTE: This tutorial is tested in Ubuntu 24.04 with Firefox 145. As time go on, Firefox will release new versions and may add, remove, or change the AI related preference keys.

Option 1: Disable AI LLM through about:config

For current profile only, type about:config in address bar and hit Enter, then click the blue “Accept the Risk and Continue” button to access the advanced configuration page.

Next, search following preference names and set them to “false” one by one:

  • browser.ml.enable
  • browser.ml.chat.enabled
  • browser.ml.chat.menu
  • browser.ml.chat.page
  • browser.ml.chat.page.footerBadge
  • browser.ml.chat.page.menuBadge
  • browser.ml.linkPreview.enabled
  • browser.ml.pageAssist.enabled
  • browser.tabs.groups.smart.enabled
  • browser.tabs.groups.smart.userEnabled
  • extensions.ml.enabled
  • browser.search.visualSearch.featureGate

And, it should apply the changes immediately after you set them all to false.

Option 2: Add configuration file to disable AI features

If you have multiple user profiles for Firefox, and you want to disable AI for them all, then it’s better to add user.js config file instead of configuring the preference keys one by one.

First, type about:profiles in address bar and hit Enter to access the profile management page.

Then, click “Open Directory” button to open the Root Directory of the target user profile.

In the opened folder, create user.js file if it does not exist. Finally, edit the file and write following content into it.

user_pref("browser.ml.enable", false);
user_pref("browser.ml.chat.enabled", false);
user_pref("browser.ml.chat.menu", false);
user_pref("browser.ml.chat.page", false);
user_pref("browser.ml.chat.page.footerBadge", false);
user_pref("browser.ml.chat.page.menuBadge", false);
user_pref("browser.ml.linkPreview.enabled", false);
user_pref("browser.ml.pageAssist.enabled", false);
user_pref("browser.tabs.groups.smart.enabled", false);
user_pref("browser.tabs.groups.smart.userEnabled", false);
user_pref("extensions.ml.enabled", false);
user_pref("browser.search.visualSearch.featureGate", false);

After that, you may click “Launch profile in new browser” button to open Firefox window with that profile and see if it works. And, copy the user.js file to root directories for other profiles if need.

  •  

Firefox 146 Is Now Available for Public Beta Testing, Here’s What to Expect

Firefox 146 Beta

Firefox 146 open-source web browser is now available for public beta testing with various new features and improvements. Here’s what to expect!

The post Firefox 146 Is Now Available for Public Beta Testing, Here’s What to Expect appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

  •  

Firefox 145.0 is out! Removed 32-bit Linux Support

After 9 Beta releases, Mozilla Firefox 145.0 is finally available to download.

The new browser version introduced new phase of privacy protections. For Private Browsing or when using Enhanced Tracking Protection set to Strict, the amount of Firefox users track-able by fingerprinters is reduced by half. See this page for more details.

In addition, Enhanced Bounce Tracking Protection stateless mode is now enabled by default in ETP Strict, blocking more advanced tracking techniques based on redirection.

Firefox 145.0 improved PDF editing by adding comment support. By selecting the desired text or area in your PDF content, it will show a small pop-up menu with option to add, remove, or edit comment. And, a comment/message icon is added to tool-bar with ability to view all the comments.

The release also improved tab group support. For the collapsed tab groups, simply hover over a tab group name will show a preview of the tabs inside without opening it.

The built-in password manager now can be accessed from the sidebar. Simply open settings from the side-bar, then enable “Passwords” option under Firefox tools, you can finally access and manage your saved passwords without opening a new tab or window.

Access and manage passwords from sidebar

For most Windows users, a small desktop launcher program is introduced to replace the existing desktop shortcut. If Firefox is installed, the desktop launcher will launch it. If not, it will prompt the user to install Firefox.

In General settings page, a new “Open links from apps next to your active tab” option is added. With it enabled, links from other applications will open next to your active tab in Firefox instead of at the end of the tab strip.

Other changes include:

  • Remove 32-bit Linux support.
  • Extensions button now shows description and link to Firefox Add-ons store, when no extensions are installed.
  • Use Zstandard compression for local translation models.
  • Improved translation experience when translating between languages with different script directions.
  • New brand-inspired wallpapers for new tab.
  • Update default automation preferences to better support Agentic browsing
  • Add support for Atomics.waitAsync proposal.
  • Support the new Integrity-Policy header for enforcing sub-resource integrity for scripts.
  • Improve Matroska support for the most commonly used codecs: AVC, HEVC, VP8, VP9, AV1, AAC, Opus, and Vorbis.
  • Add the text-autospace property support.
  • Add the WebGPU DOM API for macOS 26 (Tahoe) on Apple Silicon.

Get Firefox 145.0

The official release note for Firefox 145.0 as well as the download link will be available soon in the link below:

At the moment, you may go to this ftp.mozilla.org page to download it.

  •  

Firefox 145 Is Now Available for Download, Drops 32-Bit Support on Linux

Firefox 145

Firefox 145 open-source web browser is now available for download as the first release to drop 32-bit support on Linux systems. Here’s what else is new!

The post Firefox 145 Is Now Available for Download, Drops 32-Bit Support on Linux appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

  •  

Firefox 145 Is Out for Beta Testing as First Release to Drop 32-Bit Support on Linux

Firefox 145 Beta

Firefox 145 open-source web browser is now available for public beta testing as the first release to drop 32-bit support on Linux systems. Here's what else is new!

The post Firefox 145 Is Out for Beta Testing as First Release to Drop 32-Bit Support on Linux appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

  •  

Firefox 144.0 is out! Perplexity AI Search & AES-256-CBC Encryption

Firefox 144.0, the October release of Mozilla’s web browser, is available to download today!

The new browser release continues improving the tab group feature support. It now supports dragging a tab into a collapsed tab group without automatically expanding it.

The profile management is now available to all users globally. You can now name profiles and customize them with avatars and color themes, then quickly switch between them while keeping bookmarks, tabs, and browsing history completely separate.

The picture-in-picture (aka pop-out video) now supports Shift + Click on the close button or use Shift + Esc shortcut key to exit (meaning merge back browser window) while keeping playback uninterrupted.

video playback in Picture-in-picture mode

Firefox 144.0 now includes Perplexity AI search for desktop users, allowing to get AI-powered conversational answers directly from the address bar via the unified search button.

The AI search engine seems to be disabled by default, at least in my case, as I can’t find the option and the about:config page shows the “browser.urlbar.perplexity.hasBeeninSearchMode” key set to false.

Besides that, it added new “Search Image with Google Lens” option when you right-clicking on any image in browser. Which, allows to quickly find similar products, places, or objects, copy, translate, or search text from images. Though, you need to set Google as default search engine for being able to use the feature.

image from mozilla.org

For security reason, the passwords stored in Firefox are now encrypted on disk using AES-256-CBC algorithm, while logins synced through Firefox Sync already use AES-256-GCM. The new encryption algorithm is much faster and secure than the older 3DES-CBC, which is deprecated.

Other changes in Firefox 144.0 include:

  • New Azerbaijani, Bangla, and Icelandic translations.
  • Only use or open window in current virtual desktop, when open link from another application in Windows.
  • And various security fixes.

They are as well many changes for web developers:

  • Support the Element.moveBefore API.
  • Add support math-shift compact.
  • Support PerformanceEventTiming.interactionId, allowing to group related input events.
  • Support the command and commandfor attributes.
  • Add support the View Transitions API Level 1.
  • Disable dithering when linear-gradient, conic-gradient, and radial-gradient are rendered using hardware WebRender.
  • Add support upsert proposal.
  • Support the lock() and unlock() methods of ScreenOrientation interface on Windows tablets and Android devices.
  • Support worker transfer for RTCDataChannel.
  • Add support the resizeMode getUserMedia constraint, allowing to crop and downscale video captured from a camera.
  • Add support the WebGPU GPUDevice.importExternalTexture API on Windows.
  • WebCodecs on Windows now has a batch-encoding path for VideoEncoder.
  • Rename Gecko-specific CSS2Properties to CSSStyleProperties.
  • Jump to a CSS custom property’s definition from within the var() function in style rules.

Get Firefox 144.0

The official release note as well as the download link will be soon available in Firefox website via the link below:

While the source code, and installers for Linux, Windows, and macOS are available to download at this page.

  •  

Firefox 145 Beta Released: New Features and the End of 32-bit Linux Support

Mozilla has released Firefox 145.0 beta, marking a significant transition for Linux users as the browser officially discontinues 32-bit (x86) Linux support. The move aligns Firefox with the modern hardware ecosystem and other browsers that have already phased out legacy architectures. The Firefox 145 beta release introduces several new features and developer-focused improvements while formally […]

The post Firefox 145 Beta Released: New Features and the End of 32-bit Linux Support appeared first on UbuntuPIT.

  •