Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src * 'unsafe-inline'".

Avatar

Level 1

Facing unsafe-eval error while using appmeasurement and plugin code to trigger the page view.

Can you provide a solution and correct me the script to use the script to get the page view.

 

 

Example : how to use the alternate solution of not using eval for this below one.

 

//Utility Function: vpr - set the variable vs with value v
s.vpr=new Function("vs","v","if(typeof(v)!='undefined' && vs){var s=this; eval('s.'+vs+'=\"'+v+'\"')}");

 

Thanks,

Santhosh.

0 Replies