Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Massimiliano
ISPConfig 3
Commits
36684dcf
Commit
36684dcf
authored
Oct 10, 2018
by
Jesse Norell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mulitple HSTS headers are not allowed, should either unset before adding new, or set conditionally.
parent
e2465bd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/tpl/apache_ispconfig.vhost.master
install/tpl/apache_ispconfig.vhost.master
+1
-1
No files found.
install/tpl/apache_ispconfig.vhost.master
View file @
36684dcf
...
...
@@ -88,7 +88,7 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
</tmpl_if>
<IfModule mod_headers.c>
Header
always
add Strict-Transport-Security "max-age=15768000"
Header
setifempty
add Strict-Transport-Security "max-age=15768000"
RequestHeader unset Proxy early
</IfModule>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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