Javascript – CSP does not work as expected (it allows React SPA to load things when is set to 'none')
SPA & Network screenshot I have a React SPA with only one request to my Node.js + express server with header "Content-Security-Policy" set to default-src 'none'. Although it still loads everything. What am I doing wrong? P.S: incognito mode does…