Fixes issue 5188: X-Forwarded Proto

Removes X-Forwarded-Protocol in favour of the more standard
X-Forwarded-Proto in the default Vary header config.
This commit is contained in:
Ian Walls 2016-06-22 09:53:40 -04:00 committed by Daniel Hensby
parent f9b9e98279
commit e0c829f471
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -6,7 +6,7 @@ SilverStripe\Control\HTTP:
max-age: 0
must-revalidate: "true"
no-transform: "true"
vary: "Cookie, X-Forwarded-Protocol, User-Agent, Accept"
vary: "Cookie, X-Forwarded-Protocol, X-Forwarded-Proto, User-Agent, Accept"
SilverStripe\Core\Manifest\VersionProvider:
modules:
silverstripe/framework: Framework