amazon-connect / amazon-connect-salesforce-cti

Documentation for Amazon Connect CTI Adapter for Salesforce.
https://amazon-connect.github.io/amazon-connect-salesforce-cti/
Other
41 stars 36 forks source link

Another issue of Error “refused to run the JavaScript URL because it violates the following Content Security Policy directive...” #164

Open f-hiroshis opened 1 year ago

f-hiroshis commented 1 year ago

After CTI adapter installation, I have configured propery about URLs. However the link of "Phone number" doesn't work with an error in below.

Refused to run the JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self' 'nonce-************************' chrome-extension: 'unsafe-inline' 'unsafe-eval' *.canary.lwc.dev *.vf.force.com blob: https://ssl.gstatic.com/accessibility/ https://static.lightning.force.com". Note that 'unsafe-inline' is ignored if either a hash or nonce value is present in the source list.

Same issue was reported in here, but there is no answer.

Can I fix this by myself? or needs to fix in CTI Adapter?