mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
refactor: disable Origin-Agent-Cluster header to avoid browser warnings
This commit is contained in:
parent
a1a7da1b41
commit
64b13b3df0
@ -39,6 +39,7 @@ app.use(
|
||||
strictTransportSecurity: config.enableHttpsSecurity,
|
||||
crossOriginOpenerPolicy: config.enableHttpsSecurity,
|
||||
crossOriginResourcePolicy: config.enableHttpsSecurity,
|
||||
originAgentCluster: false, // Disable Origin-Agent-Cluster header to avoid browser warnings
|
||||
})
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user