You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'https' 'max-age={{ $maxAgeHSTS }}{{ if eq $includeSubdomainsHSTS "true" }}; includeSubDomains{{ end }}{{ if eq $preloadHSTS "true" }}; preload{{ end }}';
77
79
}
78
80
81
+
## since HSTS headers are not permitted on HTTP requests, 301 redirects to HTTPS resources are also necessary
82
+
{{$enforceHTTPS := or (getv "/deis/router/enforceHTTPS")$enableHSTS"false"}}
0 commit comments