nikhilcloudroute

Results 13 comments of nikhilcloudroute

@nfbutler @sk-cloudtara did you find any solution to this?

@nfbutler @sk-cloudtara did you find any solution to this? I am still facing this issue.

After playing a-lot with the Open CTI, i realised that this error will not be a problem anywhere. What i was missing and was not able to make call was...

@dlouvton Can you help with this?

@Sarabjee361 I haven't looked at that after i posted it. I have this in my todo list this week. Will drop you a note if i find any solution, or...

` $Lightning.use("CTIAdapterOut", function() { $Lightning.createComponent("CTIAdapter", {"isLex" : 'false'}, "lightning", function(cmp) { }); }); sforce.interaction.cti.setSoftphoneHeight(400); sforce.interaction.cti.disableClickToDial(); $Lightning.use("CTIAdapterOut", function() { $Lightning.createComponent("CTIAdapter", {"isLex" : 'true'}, "lightning", function(cmp) { }); }); sforce.opencti.setSoftphonePanelHeight({heightPX:450}); sforce.opencti.disableClickToDial(); `

@Sarabjee361 This worked for me.

I am using salesforce lightning out in the lightning component, then this lightning component is used inside a VF page(above code is for Vf). You can find the complete code...

> Im getting this error.... > > Refused to execute JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self' 'nonce-57d8d4d6-e70b-d93b-10de-0da8b6751459' chrome-extension: 'unsafe-inline' 'unsafe-eval' https://sfdc.azureedge.net *.na57.visual.force.com 'unsafe-eval'...

Hey, did you find any solutions to this? This happens on list view of contact: Refused to run the JavaScript URL because it violates the following Content Security Policy directive:...