1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: lint fix

This commit is contained in:
Allan Bowe
2022-05-11 21:57:19 +00:00
parent 7cfa2398e1
commit dd2a403985

View File

@@ -5,7 +5,7 @@ export const getEnvCSPDirectives = (
HELMET_CSP_CONFIG_PATH: string | undefined
) => {
let cspConfigJson = {
'img-src': ["'self'", "data:"],
'img-src': ["'self'", 'data:'],
'script-src': ["'self'", "'unsafe-inline'"],
'script-src-attr': ["'self'", "'unsafe-inline'"]
}