Commit 62c38418 authored by nimrod's avatar nimrod
Browse files

Don't allow forwarding of HPKP headers.

It could lead to a case where the site is effectively offline.
parent a7bc4e73
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,3 +4,5 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header    Host $host;
proxy_set_header    X-Real-IP $remote_addr;
proxy_hide_header   Strict-Transport-Security;
proxy_hide_header   Public-Key-Pins;
proxy_hide_header   Public-Key-Pins-Report-Only;