We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80ed0b commit 384a14aCopy full SHA for 384a14a
src/ff.cpp
@@ -250,7 +250,7 @@ void ff::start_server() {
250
.default_rate_limit = settings.rate_limit,
251
.trust_x_forwarded_for = settings.trust_x_forwarded_for,
252
#ifndef FF_DEBUG
253
- .secure = true,
+ .session_is_secure = true,
254
#endif
255
}, [&](const limhamn::http::server::request& request) -> limhamn::http::server::response {
256
ff::logger.write_to_log(limhamn::logger::type::access, "Request received from " + request.ip_address + " to " + request.endpoint + " received, handling it.\n");
0 commit comments