From 1aaa101fb5cd9d9206cd477769a0a8f6ad2c7b5e Mon Sep 17 00:00:00 2001 From: Bernhard Bock Date: Fri, 8 Nov 2019 15:13:32 +0100 Subject: [PATCH] Docs: Remove obsolete P3P policy P3P is obsolete (https://www.w3.org/TR/P3P11/), therefore the HTTP header should be removed from the recommended config in the installation docs. --- docs/installation/3-http-daemon.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index c1bcf7ca8..9c29fc979 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -32,7 +32,6 @@ server { proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; - add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"'; } } ```