Skip to content

Commit 2f164da

Browse files
committed
username and user_type should not be HttpOnly
1 parent db241a7 commit 2f164da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/path_handlers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,7 @@ limhamn::http::server::response ff::handle_api_stay_logged_in(const limhamn::htt
24352435
.expires = expires,
24362436
.path = "/",
24372437
.same_site = "Strict",
2438-
.http_only = true,
2438+
.http_only = false,
24392439
});
24402440
}
24412441
}

0 commit comments

Comments
 (0)