Compression dictionary no-cors requests resolution

FYI, from the WHATWG discussion at TPAC, we agreed that CORP was a good fit
for the compression dictionary case since it also protects against response
readability.

The decision was made to allow dictionary compression for no-cors
cross-origin requests if the response includes the
"Cross-Origin-Resource-Policy: cross-origin" response header.

I'll update the in-flight fetch PR for compression dictionaries to include
the addition, and update the tests and Chrome implementation.

Received on Thursday, 13 November 2025 07:19:05 UTC