← Back to release summary

Private network access for workers: warning-only mode

Category
Security
Type
No developer-visible change
Status
Enabled by default (Chrome 110)
Intent stage
Start prototyping

Summary

Applies Private Network Access checks to web workers: dedicated workers, shared workers and service workers. These checks apply to all worker-specific fetches: - initial worker script fetch - fetch within workers - service worker script update fetch If the fetch is from an insecure context, we'd show a warning in DevTools. If the fetch is from a secure context, we'd send a preflight. If the preflight fails, we'll also show a warning in DevTools.

Standards & signals

Docs: https://docs.google.com/document/d/1fFSY8bExYZvKTDBBS0flry6E6Ihn63HOr0JhD2fB7ko/edit

View on chromestatus.com