diff options
author | Martin Fischer <martin@push-f.com> | 2021-01-29 20:29:42 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-01-29 20:35:27 +0100 |
commit | c7d3bd087c49bdd0b33ed23ff583bf58ba705a1c (patch) | |
tree | c79624f5211438551583bec1638d2787d36277a2 /Cargo.toml | |
parent | 10b5cd07f07cefd15450001375cd1c3e6927cc8a (diff) |
remove CSRF tokens (SameSite support is good enough)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ description = "A lightweight layer on top of hyper to facilitate building web ap repository = "https://git.push-f.com/sputnik" edition = "2018" categories = ["web-programming::http-server"] -keywords = ["hyper", "web", "cookie", "csrf", "hmac"] +keywords = ["hyper", "web", "cookie", "hmac"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |