pedestal

2019-11-10T15:04:15.077500Z

hello, I'm running a server in dev mode and getting the following content security policy error in the browser:

Refused to load the script '<http://localhost:6788/js/main.js>' because it violates the following Content Security Policy directive: "script-src 'unsafe-inline' 'unsafe-eval' 'strict-dynamic' https: http:". 'strict-dynamic' is present, so host-based whitelisting is disabled. Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.

2019-11-10T15:04:40.078100Z

it looks like this is the default policy, so i'm not sure why it's blocking this script from being loaded