jPut icon indicating copy to clipboard operation
jPut copied to clipboard

eval(t) used in this library giving treated as an issue/unsafe by browsers having Content Security Policy (CSP)

Open aditya-kapre-shrewsbury opened this issue 8 years ago • 0 comments

Usage of eval(t) seems to be unsafe. The call to eval(t) gives following warning :

On jput-2.prod.js:55

[Report Only] 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' https://maps.googleapis.com www.google-analytics.com".

aditya-kapre-shrewsbury avatar Oct 24 '16 18:10 aditya-kapre-shrewsbury