We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ef529 commit b8d9fcdCopy full SHA for b8d9fcd
bin/v-add-web-domain-ssl-hsts
@@ -54,7 +54,6 @@ else
54
fi
55
56
echo 'add_header Strict-Transport-Security "max-age=15768000;" always;' > $hstsconf
57
-echo "HTTP Strict Transport Security (HSTS) turned on for $domain."
58
59
60
#----------------------------------------------------------#
bin/v-delete-web-domain-ssl-hsts
@@ -49,7 +49,7 @@ else
49
50
51
rm -f $hstsconf
52
-echo "HTTP Strict Transport Security (HSTS) turned off for $domain."
+
53
# Hestia #
0 commit comments