fix(security): explicitly declare cache-control header instead of using middleware

This commit reverts 1f6f389ff2
This commit is contained in:
Julian Lam
2022-03-18 11:56:16 -04:00
parent 2f2ed6c3ad
commit 38ca73c493
8 changed files with 9 additions and 18 deletions

View File

@@ -100,7 +100,7 @@ describe('Middlewares', () => {
});
});
describe('.inhibitCache (cache-control header)', () => {
describe('cache-control header', () => {
let uid;
let jar;