klismancumraku

Results 1 comments of klismancumraku

If anyone is still having issues with this here's a solution that works for me //app.js `const { contentSecurityPolicy } = require('helmet');` //after app.use(helmet()); ``` app.use( contentSecurityPolicy({ directives: { defaultSrc:...