mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
refactor: add comment to clarify HSTS configuration in security middleware
This commit is contained in:
parent
9566c4311d
commit
edb38f034e
@ -34,6 +34,7 @@ app.use(
|
|||||||
frameSrc: ["'none'"],
|
frameSrc: ["'none'"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
strictTransportSecurity: false, // Disable HSTS to allow HTTP access
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user