Skip to main content

HSTS_VALUE

Constant HSTS_VALUE 

Source
pub const HSTS_VALUE: &str = "max-age=63072000; includeSubDomains";
Expand description

The HSTS header value EdgeGuard emits when headers.hsts is on: a two-year max-age including subdomains. A named constant so the live proxy and the static-host config generator (crate::generate) can’t drift on it.