Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Helmo
ISPConfig 3
Commits
6d28d421
Commit
6d28d421
authored
Oct 15, 2018
by
Till Brehm
Browse files
Merge branch 'patch-3' into 'stable-3.1'
Update apache_ispconfig.vhost.master See merge request
!828
parents
74a297a2
3b44e5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig.vhost.master
View file @
6d28d421
...
@@ -94,7 +94,12 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
...
@@ -94,7 +94,12 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
Header set X-Frame-Options: SAMEORIGIN
Header set X-Frame-Options: SAMEORIGIN
Header set X-XSS-Protection: "1; mode=block"
Header set X-XSS-Protection: "1; mode=block"
Header always edit Set-Cookie (.*) "$1; HTTPOnly; Secure"
Header always edit Set-Cookie (.*) "$1; HTTPOnly; Secure"
Header setifempty Strict-Transport-Security "max-age=15768000"
<IfVersion >= 2.4.7>
Header setifempty Strict-Transport-Security "max-age=15768000"
</IfVersion>
<IfVersion < 2.4.7>
Header set Strict-Transport-Security "max-age=15768000"
</IfVersion>
RequestHeader unset Proxy early
RequestHeader unset Proxy early
</IfModule>
</IfModule>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment