Skip to content

Commit

Permalink
Fixes issue 5188: X-Forwarded Proto
Browse files Browse the repository at this point in the history
Removes X-Forwarded-Protocol in favour of the more standard
X-Forwarded-Proto in the default Vary header config.
  • Loading branch information
Ian Walls authored and dhensby committed Oct 26, 2017
1 parent f9b9e98 commit e0c829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e0c829f

Please sign in to comment.