Chromium Code Reviews| Index: net/http/http_security_headers.h |
| diff --git a/net/http/http_security_headers.h b/net/http/http_security_headers.h |
| index af904307870cf7ba8e637da979139d04c463bfe2..1d328798e552574530d81b03d539814ede01db7b 100644 |
| --- a/net/http/http_security_headers.h |
| +++ b/net/http/http_security_headers.h |
| @@ -19,6 +19,7 @@ class GURL; |
| namespace net { |
| const int64_t kMaxHSTSAgeSecs = 86400 * 365; // 1 year |
| +const int64_t kMaxHPKPAgeSecs = 86400 * 60; // 60 days |
|
estark
2016/02/25 21:58:04
Can you please add a comment above this line with
|
| // Parses |value| as a Strict-Transport-Security header value. If successful, |
| // returns true and sets |*max_age| and |*include_subdomains|. |