With pagespeed module on nginx, we get multiple js related error causing imp site feature to fail. Check http://prntscr.com/rq4i77
Current content-security-policy set in header is : content-security-policy: default-src 'self'; connect-src *; font-src *; frame-src *; img-src * data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';
js_defer.I4cHjq6EEP.js:9 Refused to load the script 'data:text/javascript,window.pagespeed.psatemp%3D0%3B' because it violates the following Content Security Policy directive: "script-src * 'unsafe-inline' 'unsafe-eval'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
I am not sure, how to fix this. Can you pls advise.