mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-05-28 09:46:44 +00:00
block floc fmt
This commit is contained in:
parent
6a56ff8ea9
commit
2162d32455
@ -106,7 +106,10 @@ async fn main() -> std::io::Result<()> {
|
||||
HttpServer::new(move || {
|
||||
App::new()
|
||||
.wrap(actix_middleware::Logger::default())
|
||||
.wrap(actix_middleware::DefaultHeaders::new().header("Permissions-Policy", "interest-cohort=()"))
|
||||
.wrap(
|
||||
actix_middleware::DefaultHeaders::new()
|
||||
.header("Permissions-Policy", "interest-cohort=()"),
|
||||
)
|
||||
.wrap(get_identity_service())
|
||||
.wrap(actix_middleware::Compress::default())
|
||||
.data(data.clone())
|
||||
|
Loading…
x
Reference in New Issue
Block a user