Firefox 143 has arrived, and it marks the first time Mozilla has woven Microsoft’s Copilot directly into its browser interface. The update places an AI chat sidebar at users’ fingertips, allowing quick access to Copilot alongside other chatbot providers, while simultaneously shipping a new wave of privacy protections—including automatic download deletion in Private Browsing and expanded fingerprinting defenses. It’s a release that attempts to balance the convenience of integrated AI with the privacy-first ethos Firefox is known for, and it doesn’t stop there: Windows users finally get pinned web apps, accessibility receives a boost, and developers gain standards-aligned CSS and console improvements.

AI Sidebar: Copilot Comes to Firefox, but It’s Not a Deep Integration

The most talked-about addition is the AI chat sidebar. With Firefox 143, users can open a persistent panel that hosts chatbot services, with Microsoft Copilot offered as an option alongside other providers. Clicking the Copilot icon launches the web-based Copilot experience right inside the sidebar, making it easy to ask questions, generate content, or interact with the assistant without leaving the active tab.

How It Works

The implementation is straightforward: the sidebar acts as a container that loads the Copilot web app, much like a pinned tab. There is no native embedding of Copilot’s model or engine inside Firefox’s codebase. Everything runs remotely on Microsoft’s servers. This means users get the same Copilot interface they would encounter on the web, just more conveniently placed.

Mozilla’s philosophy here emphasizes choice. The sidebar supports multiple chatbot providers, and the feature is opt-in—users must actively use it, and advanced users can control which providers appear via about:config flags. The approach avoids locking users into a single AI ecosystem, a clear contrast to browsers that deeply tether an AI assistant to the core experience.

What It Can’t Do

Because the integration is container-based, it lacks the tight coupling found in first-party AI integrations. For example, it cannot automatically read the contents of the active page and summarize them without the user explicitly pasting text or sharing a link. There’s no direct DOM access or context injection from Firefox’s side. For some, this may feel like nothing more than a glorified bookmark; for others, the convenience of having it in the sidebar and the ability to switch between AI tools will be enough.

Privacy Considerations

Using Copilot in the sidebar means all prompts, uploaded files, and conversation data travel to Microsoft’s servers and are governed by Microsoft’s privacy policies, not Mozilla’s. Users who prioritize strict local privacy should treat interactions with Copilot the same as any cross-service communication—think carefully before sharing sensitive information, and consider not signing in if anonymity matters. Enterprises should note that corporate data may be exposed if employees use Copilot without guardrails. The convenience is real, but so are the data-sharing implications.

Windows Users Finally Get Pinned Web Apps (with a Store Catch)

For years, Firefox users on Windows have watched Chrome and Edge users run websites as standalone app-like windows. Firefox 143 closes that gap by introducing the ability to “install” a site as a pinned application. The feature creates a simplified window without the full browser chrome, but with add-on support intact, and allows pinning to the taskbar for quick access. It’s a welcome step toward PWA parity, though it’s not a full Progressive Web App implementation—rather, it mirrors Chrome’s “Create Shortcut” behavior with the “Open as window” option.

There’s an important twist: the Microsoft Store version of Firefox does not get pinned app support, at least for now. The Store packaging imposes restrictions that prevent this level of system integration, so organizations and users who rely on the Store build will need to use the classic installer to take advantage of the feature. This fragmentation could confuse users and complicate enterprise deployments.

Privacy Wins: Fingerprinting Protection and Auto-Delete Downloads

Mozilla isn’t just adding AI; it’s also reinforcing its privacy battlements. Two standout features in Firefox 143 target real-world privacy gaps.

Expanded Fingerprinting Protection

Firefox 143 extends its fingerprinting defenses by reporting constant or standardized values for more system attributes—things like GPU information, hardware metrics, and subtle browser behavior patterns. The goal is to make every Firefox user look more similar to trackers, thereby increasing the cost and complexity of building unique device fingerprints. While no browser can completely eliminate fingerprinting, this change raises the bar significantly, especially when combined with Firefox’s Enhanced Tracking Protection.

That said, the hardening isn’t without potential side effects. Some legitimate sites that rely on precise system data for compatibility checks or diagnostics might break. Mozilla is rolling out the protections progressively, so not all users may see identical behavior immediately.

Private Browsing: Download and Vanish

A long-standing privacy loophole gets closed: files downloaded during a Private Browsing session will now be automatically deleted when the session ends, if the user chooses. Upon the first download in private mode, Firefox prompts the user to either keep or remove the file on exit. There’s also a permanent setting in Privacy & Security preferences to always auto-delete. This is a small but impactful change—previously, private mode would clear history and cookies but leave downloaded files sitting on disk, an oversight that could expose sensitive documents. Now, truly ephemeral sessions are closer to reality.

User Experience Touches: Camera Preview, xHE-AAC Audio, and Address Bar Smarts

Beyond the headline features, Firefox 143 refines the everyday browsing experience in several ways.

Camera Preview in Permission Prompts

When a website requests camera access, the permission dialog now shows a live preview of the selected camera. This is especially useful for users with multiple video devices—internal, external, virtual cameras—because it lets you confirm the correct source before granting access. It reduces the hassle of starting a meeting only to realize the wrong camera is active.

xHE-AAC Codec Support

Firefox 143 adds playback support for xHE-AAC on Windows 11 (22H2 and later), macOS, and Android 9+. This audio codec is optimized for a wide range of bitrates, delivering better quality at low bandwidth. It’s increasingly used by streaming services to maintain clear voice and music even under poor network conditions. With this update, Firefox users on modern platforms can enjoy smoother streaming without codec fallbacks.

Accessibility Improvements

Windows UI Automation bindings get a boost, improving how assistive technologies like Narrator and Voice Access interact with Firefox. Screen reader users should notice more reliable element roles, states, and names, along with better keyboard navigation in some UI areas. For enterprises, this means fewer barriers for employees who depend on these tools, though testing after the update is recommended.

Smarter Address Bar

In select regions, the address bar now surfaces richer contextual results, such as event dates when searching for local happenings. It’s a modest improvement but one that keeps Firefox’s omnibox competitive.

Developer-Focused Upgrades: Grid Fixes, Console Clarity, and Color Input Expansions

Web developers get a handful of meaningful tweaks that improve standards compliance and debugging comfort.

  • CSS Grid alignment fix: The grid sizing algorithm now correctly handles percentage-based row tracks and items with aspect ratios, bringing Firefox into closer alignment with the CSS Grid specification and reducing cross-browser layout surprises.
  • Ungrouped console messages: The developer console gains the ability to show messages without grouping, making it easier to inspect log noise and track down issues that were previously collapsed into a single entry.
  • ::details-content pseudo-element: A new pseudo-element allows developers to style the content part of a <details> element directly, giving more precise control over the disclosure widget’s appearance.
  • Expanded <input type="color">: The color picker input now accepts a wider range of color formats—including CSS color functions and named colors—normalizing to hex values behind the scenes. This simplifies form handling when users or scripts supply colors in non-hex notation.
  • Storage API helper for add-ons: A new method lets browser extension developers list all keys in a storage area, streamlining data management in add-ons.

Critical Analysis: Strengths, Weaknesses, and the Browser Landscape

Where Firefox 143 Excels

The update demonstrates that Mozilla can modernize without abandoning its principles. The AI sidebar adds genuine convenience while preserving user choice and opt-in control. Privacy enhancements like auto-delete downloads and stronger fingerprinting resistance are tangible wins for anyone who cares about leaving fewer traces online. The pinned web apps feature closes a long-standing functional gap with Chromium browsers, and the accessibility and codec updates show attention to platform parity and inclusivity. Developers benefit from the grid and console improvements, which address real pain points reported over many release cycles.

Where It Stumbles

Despite its merits, Firefox 143’s AI integration feels superficial compared to what competitors offer. Edge’s Copilot, for instance, can read page content, summarize articles, and interact with browser settings natively. Firefox’s sidebar merely opens a web app—a reminder that Mozilla lacks the deep vertical integration that comes with being a platform owner. The fragmentation between the classical installer and the Microsoft Store version is another friction point; users on the Store build miss out on pinned apps, and the company hasn’t provided a timeline for parity. The fingerprinting protections, while welcome, are part of an ongoing arms race that can occasionally break legitimate sites. And Mozilla’s long-term AI strategy remains hazy: will we ever see an on-device, privacy-preserving local model baked into Firefox? So far, the roadmap is silent.

Practical Recommendations

For Everyday Users

  • If you’re curious about the AI sidebar, try it, but be cautious: don’t paste sensitive data into Copilot unless you understand Microsoft’s data practices. Disable the sidebar entirely via experimental preferences if you’d rather not see it.
  • Turn on the auto-delete download option in Private Browsing if you frequently handle personal files in private windows.

For Power Users and Developers

  • Test your sites in Firefox 143, especially if you rely on CSS Grid or color inputs; the updated grid algorithm may shift layouts slightly.
  • Use the ungrouped console mode to declutter debugging sessions.
  • If you distribute web apps for Windows, verify how your app behaves as a pinned site and whether your extensions function correctly in the simplified window.

For IT Administrators

  • Evaluate which Firefox distribution channel you deploy: the Microsoft Store version lacks pinned app support. If your users need that feature, switch to the classic installer.
  • Review your organization’s data handling policies before allowing employee use of Copilot in the sidebar. Consider training or conditional access rules to prevent leakage of proprietary information.
  • Test assistive technology compatibility after upgrading; the UI Automation changes may affect custom accessibility tools.

Conclusion

Firefox 143 doesn’t rewrite the rules of the browser game, but it carefully threads the needle between innovation and integrity. By bringing Microsoft Copilot into the sidebar, Mozilla acknowledges that users want AI at their fingertips; by wrapping it in a provider-agnostic, opt-in shell, it preserves the user-centric DNA that sets Firefox apart. The simultaneous privacy and platform improvements ensure the browser remains a compelling alternative for those who value control and openness. For Windows users in particular, the addition of pinned web apps and accessibility fixes makes this update feel long overdue. Firefox 143 may not be the flashiest release, but it’s a solid, principled step forward.