add return for hsts

This commit is contained in:
VirtuBox
2019-04-15 15:45:40 +02:00
parent ad3900f710
commit 409f1cbbb4

View File

@@ -1467,6 +1467,7 @@ def setupHsts(self, wo_domain, hsts=True):
"'includeSubDomains; "
"preload\";")
hstsconf.close()
return 0
def httpsRedirect(self, wo_domain_name, redirect=True):