We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b97317 commit 1644f90Copy full SHA for 1644f90
crates/common/src/config/jmap/settings.rs
@@ -206,9 +206,7 @@ impl JmapConfig {
206
if config.property::<bool>("http.hsts").unwrap_or(false) {
207
http_headers.push((
208
hyper::header::STRICT_TRANSPORT_SECURITY,
209
- hyper::header::HeaderValue::from_static(
210
- "max-age=31536000; includeSubDomains; preload",
211
- ),
+ hyper::header::HeaderValue::from_static("max-age=31536000; includeSubDomains"),
212
));
213
}
214
0 commit comments