tablesorter icon indicating copy to clipboard operation
tablesorter copied to clipboard

Content Security Policy compliance

Open bwbecker opened this issue 10 years ago • 0 comments

When I use TableSorter on a page with Content-Security-Policy:default-src 'self' Chrome throws an error on the Javascript console: 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: "default-src 'self'". at line 625.

bwbecker avatar Sep 28 '15 13:09 bwbecker