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
If hsts is enabled, it sets the Strict-Transport-Security header to max-age=31536000; includeSubDomains. If preload is also enabled, preload gets appended.
If
hsts
is enabled, it sets theStrict-Transport-Security
header tomax-age=31536000; includeSubDomains
. Ifpreload
is also enabled,preload
gets appended.New methods on
Surf
hsts(bool)
true
preload(bool)
false
Refs
The text was updated successfully, but these errors were encountered: