dhatGuy
11/24/2022, 10:06 AMnkshah2
11/24/2022, 10:08 AMhttps://cdn.jsdelivr.net/gh/supertokens/*
in your content security policy headersdhatGuy
11/24/2022, 10:08 AMnkshah2
11/24/2022, 10:08 AMdhatGuy
11/24/2022, 10:09 AMnkshah2
11/24/2022, 10:10 AMdhatGuy
11/24/2022, 10:12 AMnkshah2
11/24/2022, 10:13 AMContent-Security-Policy
header to your responsesdhatGuy
11/24/2022, 10:13 AMnkshah2
11/24/2022, 10:13 AMapp.use(
helmet.contentSecurityPolicy({
directives: {
"default-src": ["https://cdn.jsdelivr.net/gh/supertokens/"]
},
})
);
dhatGuy
11/24/2022, 10:23 AMapp.use(
helmet.contentSecurityPolicy({
directives: {
"script-src": ["https://cdn.jsdelivr.net/gh/supertokens/"],
},
})
);