Hi to every one
I try to put on my site the web bot widget, but get the following 2 errors:
-
"Refused to execute JavaScript URL because it violates the following Content Security Policy directive: “script-src ‘self’ “https://widget.flowxo.com”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-…’), or a nonce (‘nonce-…’) is required to enable inline execution.”
-
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src ‘self’ “https://fonts.googleapis.com”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-EG9O1d5qy4CBOoWRxRKsuh9UzSO5XEBv+iGojS4DdD4=’), or a nonce (‘nonce-…’) is required to enable inline execution.
both for execution of “(anonymous) @ widget.flowxo.com/embed.js:1”.
I have put on my site the “Content Security Policy” with this tag (IIS)
“< add name=“Content-Security-Policy” value=“default-src ‘self’; style-src ‘self’ https://fonts.googleapis.com; script-src ‘self’ https://widget.flowxo.com;” />”
Do have create ‘unsafe-inline’ keyword or a hash (‘sha256-…’) or a nonce (‘nonce-…’)?
How can i write your script in (‘nonce-…’)?
I don’t find anyone with the some question in community Please can you help me?