ELSEIF
Your brief EB
392 stories from 111 feeds 404 clusters Refreshed 1 minute ago next pull 23:37

WEB Signal 532

Firefox 154.0 adds WebSocket network protections and per-site cookie controls

Illustration only Photo by Compare Fibre on Unsplash

Firefox 154.0 introduces WebSocket network protections and more flexible per-site configuration for cookie and data clearing.

WHY IT MATTERS

These changes improve security for WebSocket connections used on local networks. They also give developers finer control over when and where site data is cleared.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Firefox 154.0 extends local network access protections to WebSocket connections.

02

It adds more flexible per-site configuration for cookie and data clearing.

03

The release includes additional changes beyond those highlighted.

THE READ

What the cluster adds up to.

ORIGINAL ANALYSIS

The release adds a security extension that treats WebSocket connections like other local network traffic, applying existing local network access protections to them. This means WebSocket endpoints on intranet or localhost are subject to the same restrictions as HTTP requests. Developers may see previously allowed WebSocket connections now blocked unless they are explicitly permitted. The change aims to reduce the attack surface for local-network-targeted exploits.

Adopting the new per-site cookie and data clearing settings requires reviewing existing clearing policies and possibly updating them to take advantage of the finer granularity. The overhead is mainly procedural: testing that site-specific clearing behaves as expected and adjusting any automation that relied on the previous global behavior. No new dependencies or major code changes are introduced by the feature itself.

Environments that depend on the old global clearing behavior may observe differences in when data is removed, potentially breaking workflows that assumed uniform clearing across all sites. WebSocket connections used for local development or internal tools could be blocked by the new protections unless an exception is configured. Additionally, any extensions or tools that interact with Firefox’s cookie clearing mechanisms might need updates to remain compatible with the new per-site model.

Written by elseif from the cluster below · checked for specifics the sources never contained

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
LWN.net Firefox 154.0 released Open ↗