`Invalid plugin type in 'plugin-types' Content Security Policy directive: ''none''. Did you mean to set the object-src directive to 'none'`  I c&p'ed your example code into a file `serve.js` and in my package.json I defined in `"scripts"`: "serve": "node serve.js" I am using these ```javascript "devDependencies": { "content-security-policy": "^0.3.4", "express": "^4.17.1" } ```