Skip to content

Commit

Permalink
Merge pull request #7522 from dhensby/pull/5729
Browse files Browse the repository at this point in the history
Fixes issue 5188: X-Forwarded Proto
  • Loading branch information
dhensby authored Oct 27, 2017
2 parents b6ef8d0 + e0c829f commit 921bf7d
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 921bf7d

Please sign in to comment.