mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fix(security): explicitly declare cache-control header instead of using middleware
This commit reverts 1f6f389ff2
This commit is contained in:
@@ -100,7 +100,7 @@ describe('Middlewares', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('.inhibitCache (cache-control header)', () => {
|
||||
describe('cache-control header', () => {
|
||||
let uid;
|
||||
let jar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user