mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 23:28:37 -06:00
new: Use samesite cookies
This commit is contained in:
parent
ca14c02e70
commit
e9bb9d0b65
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ async fn main() -> std::io::Result<()> {
|
|||
App::new()
|
||||
.wrap(
|
||||
SessionMiddleware::builder(CookieSessionStore::default(), secret_key.clone())
|
||||
.cookie_same_site(actix_web::cookie::SameSite::Strict)
|
||||
.cookie_secure(false)
|
||||
.build(),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue