Add HSTS header to bodhi, elections, fas, pkgdb
Seems like this needs to be configured in the reverse proxy config as it is done for id.
This commit is contained in:
parent
ec8b1d7891
commit
bd5407d679
4 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,5 @@ Header unset Set-Cookie
|
|||
|
||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
|
|
|
@ -8,3 +8,5 @@ Header unset Set-Cookie
|
|||
|
||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
|
|
|
@ -10,3 +10,5 @@ ProxyPassReverse /accounts/user/dogencert http://fas1/
|
|||
|
||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
|
|
|
@ -37,3 +37,5 @@ Header unset Set-Cookie
|
|||
|
||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
|
||||
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue