Explorar o código

Merge pull request #3684 from bbock/docs-remove-p3p

Docs: Remove obsolete P3P policy
kobayashi %!s(int64=6) %!d(string=hai) anos
pai
achega
cc848a3f01
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      docs/installation/3-http-daemon.md

+ 0 - 1
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"';
     }
 }
 ```