You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
included in based.html should be executed, but it isn't.
Current Behavior
davidgs.com/:68 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' https://app.posthog.com/ *.googletagmanager.com https://cdn.userfront.com https://commento.davidgs.com:8088 *.unpkg.com apis.google.com *.googleapis.com cdn.polyfill.io https://buttons.github.io cdn.jsdelivr.net *.zencdn.net https://cdnjs.cloudflare.com https://*.google-analytics.com https://*.statcounter.com". Either the 'unsafe-inline' keyword, a hash ('sha256-WiE2LPSnZlTiP9NnrQN14OnMKI2ild8fGH0n+PhofS0='), or a nonce ('nonce-...') is required to enable inline execution.
So with no hash, it won't execute (and I'm not enabling unsafe-inline as that's just a bad idea. Can we move this script to a .js file that we can calculate a hash on?
Possible Solution
move all in-line scripts to a proper script file to be included.
Steps to Reproduce
Screenshots
Browsers Affected
Chrome
Firefox
Edge
Safari 11
Safari 10
IE 11
Detailed Description
The text was updated successfully, but these errors were encountered:
Expected Behavior
The script
included in
based.html
should be executed, but it isn't.Current Behavior
So with no hash, it won't execute (and I'm not enabling
unsafe-inline
as that's just a bad idea. Can we move this script to a .js file that we can calculate a hash on?Possible Solution
move all in-line scripts to a proper script file to be included.
Steps to Reproduce
Screenshots
Browsers Affected
Detailed Description
The text was updated successfully, but these errors were encountered: