strict transport policy heaer

This commit is contained in:
realaravinth
2021-08-05 21:05:27 +05:30
parent 6763867cbe
commit 65ffc37549
5 changed files with 11 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ pub struct Server {
pub cookie_secret: String,
pub ip: String,
pub url_prefix: Option<String>,
pub proxy_has_tls: bool,
}
#[derive(Debug, Clone, Deserialize)]