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/pt-br/web/http | |
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/pt-br/web/http')
-rw-r--r-- | files/pt-br/web/http/cors/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/files/pt-br/web/http/cors/index.html b/files/pt-br/web/http/cors/index.html index 33eb9bfeb9..951027aae2 100644 --- a/files/pt-br/web/http/cors/index.html +++ b/files/pt-br/web/http/cors/index.html @@ -74,11 +74,6 @@ original_slug: Web/HTTP/Controle_Acesso_CORS <li>{{HTTPHeader("Accept-Language")}}</li> <li>{{HTTPHeader("Content-Language")}}</li> <li>{{HTTPHeader("Content-Type")}} (porém observe os requisitos adicionais abaixo)</li> - <li><code><a href="http://httpwg.org/http-extensions/client-hints.html#dpr">DPR</a></code></li> - <li>{{HTTPHeader("Downlink")}}</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>Os únicos valores permitidos para o {{HTTPHeader("Content-Type")}} do cabeçalho são: |