diff options
author | Masashi Hirano <shisama07@gmail.com> | 2021-08-08 15:36:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 08:36:39 +0200 |
commit | 64fdb6bc9725909143e9b634a70c95c8213045bc (patch) | |
tree | 301a6768d5dcfd21aa9ba03bab6453b3be225343 /files/fr/web | |
parent | 01aad4e9d467a4b4a5b237f888b6c8fda3b07815 (diff) | |
download | translated-content-64fdb6bc9725909143e9b634a70c95c8213045bc.tar.gz translated-content-64fdb6bc9725909143e9b634a70c95c8213045bc.tar.bz2 translated-content-64fdb6bc9725909143e9b634a70c95c8213045bc.zip |
Remove some headers from CORS-safelisted request-header (#1793)
Co-authored-by: Masashi Hirano <cherrydog07@gmail.com>
Diffstat (limited to 'files/fr/web')
-rw-r--r-- | files/fr/web/http/cors/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/files/fr/web/http/cors/index.html b/files/fr/web/http/cors/index.html index 3c60415e92..6be35f1aaf 100644 --- a/files/fr/web/http/cors/index.html +++ b/files/fr/web/http/cors/index.html @@ -75,11 +75,6 @@ translation_of: Web/HTTP/CORS <li>{{HTTPHeader("Accept-Language")}}</li> <li>{{HTTPHeader("Content-Language")}}</li> <li>{{HTTPHeader("Content-Type")}} (cf. les contraintes supplémentaires ci-après)</li> - <li>{{HTTPHeader("Last-Event-ID")}}</li> - <li><code><a href="http://httpwg.org/http-extensions/client-hints.html#dpr">DPR</a></code></li> - <li><code><a href="http://httpwg.org/http-extensions/client-hints.html#save-data">Save-Data</a></code></li> - <li><code><a href="http://httpwg.org/http-extensions/client-hints.html#viewport-width">Viewport-Width</a></code></li> - <li><code><a href="http://httpwg.org/http-extensions/client-hints.html#width">Width</a></code></li> </ul> </li> <li>Les seules valeurs autorisées pour l'en-tête {{HTTPHeader("Content-Type")}} sont : |