Skip to content

Commit 6167946

Browse files
authored
Fix typo (mdn#42172)
1 parent 5bb4748 commit 6167946

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/http/guides/compression_dictionary_transport

1 file changed

+1
-1
lines changed

files/en-us/web/http/guides/compression_dictionary_transport/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Note that you will need {{glossary("OpenSSL")}} installed locally as well as Bro
184184

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

187-
- Dictionaries must same-origin with the resource using the dictionary.
187+
- Dictionaries must be same-origin with the resource using the dictionary.
188188
- 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.
189189
- 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.
190190

0 commit comments

Comments
 (0)