From 64fdb6bc9725909143e9b634a70c95c8213045bc Mon Sep 17 00:00:00 2001
From: Masashi Hirano <shisama07@gmail.com>
Date: Sun, 8 Aug 2021 15:36:39 +0900
Subject: Remove some headers from CORS-safelisted request-header (#1793)

Co-authored-by: Masashi Hirano <cherrydog07@gmail.com>
---
 files/de/web/http/cors/index.html | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'files/de')

diff --git a/files/de/web/http/cors/index.html b/files/de/web/http/cors/index.html
index ef98efb8d4..3f9d4cec6d 100644
--- a/files/de/web/http/cors/index.html
+++ b/files/de/web/http/cors/index.html
@@ -82,11 +82,6 @@ translation_of: Web/HTTP/CORS
    <li>{{HTTPHeader("Accept-Language")}}</li>
    <li>{{HTTPHeader("Content-Language")}}</li>
    <li>{{HTTPHeader("Content-Type")}} (but note the additional requirements below)</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>The only allowed values for the {{HTTPHeader("Content-Type")}} header are:
-- 
cgit v1.2.3-54-g00ecf