-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'security-issue-65207-host-header-injection' into '5.12.z'
Security issue 65207 Host Header Injection See merge request cloudforms/cfme-appliance!13 (cherry picked from commit 181f07b)
- Loading branch information
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Default config (insecure) | ||
ProxyPreserveHost on | ||
|
||
# To make the appliance more secure and prevent Host Header Injection attacks, | ||
# uncomment the following and change APPLIANCE_HOSTNAME to use the hostname | ||
# address that the appliance is running on. | ||
# | ||
# RequestHeader set Host APPLIANCE_HOSTNAME | ||
# RequestHeader set X-Forwarded-Host APPLIANCE_HOSTNAME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters