chore: enable strong etag

This commit is contained in:
tdurieux
2021-09-09 11:53:33 +02:00
parent 8daee004b1
commit efec854b46

View File

@@ -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);