Skip to content
Merged

Fix typo #42172

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Note that you will need {{glossary("OpenSSL")}} installed locally as well as Bro

Compression algorithms are at risk of security attacks, so there are a number of restrictions for Compression Dictionary Transport, including:

- Dictionaries must same-origin with the resource using the dictionary.
- Dictionaries must be same-origin with the resource using the dictionary.
- Dictionary-compressed resources must be same-origin with the document origin, or follow the [CORS](/en-US/docs/Web/HTTP/Guides/CORS) rules, and so be requested with the [`crossorigin`](/en-US/docs/Web/HTML/Reference/Attributes/crossorigin) attribute and served with an appropriate {{HTTPHeader("Access-Control-Allow-Origin")}} header.
- Dictionaries are bound by the usual HTTP Cache partitioning and so cannot be shared between origins even if they download the same resources. The dictionary will need to be downloaded again for each origin.

Expand Down