Attempting to use _.template to make template functions and make it easier to generate urls.
When this happens i get the following error:
“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’”.”
Is there a way to disable this?
If not what is there any way to use template strings or templating within atom?