mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-23 09:39:48 +02:00
chore: enable strong etag
This commit is contained in:
@@ -37,6 +37,7 @@ export default async function start() {
|
|||||||
|
|
||||||
app.use(compression());
|
app.use(compression());
|
||||||
app.set("trust proxy", 1);
|
app.set("trust proxy", 1);
|
||||||
|
app.set("etag", "strong");
|
||||||
|
|
||||||
// handle session and connection
|
// handle session and connection
|
||||||
app.use(connection.appSession);
|
app.use(connection.appSession);
|
||||||
|
|||||||
Reference in New Issue
Block a user