bengott/meteor-avatar

Browser Policy throws 'unsafe-eval' exception

Closed this issue · 1 comments

After adding the avatar package, I am getting the following error.

Is it possible to know what URL's to add to the Browser Policy Allow Origin??

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 'self' 'unsafe-inline'

Exception in template helper: 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 'self' 'unsafe-inline' http://.bootstrapcdn.com http://.googleapis.com http://.gstatic.com https://.bootstrapcdn.com https://.googleapis.com https://.gstatic.com".

Updated to latest package. The URL's are now being printed to the console. Thanks...