Questions tagged [unsafe-eval]

17 questions
0
votes
0 answers

JavaScript getting 'unsafe-eval' with setInterval

I get this error with the first code snippet below 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'". …
BuggedBit
  • 5
  • 6
1
2