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