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
parse_hsts_header("max-age=meow") currently parses as max_age = 0. RFC 6797 defines max-age as numeric delta-seconds. Would a PR rejecting non-numeric values with a unit test be acceptable?
parse_hsts_header("max-age=meow") currently parses as max_age = 0. RFC 6797 defines max-age as numeric delta-seconds. Would a PR rejecting non-numeric values with a unit test be acceptable?