flattr / flattr-extension

Flattr web extension - monetize your content effortlessly.
https://flattr.com
GNU General Public License v3.0
27 stars 5 forks source link

CSP error message shown when extension loads #60

Open ThomasGreiner opened 5 years ago

ThomasGreiner commented 5 years ago

Environment

Steps to reproduce Install extension.

Observed behavior JavaScript console shows error.

Expected behavior No error is shown in JavaScript console.

Errors

Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”).

Further information This issue can be traced back to Dexie's implementation of Promise which uses new Function("...").

erikvold commented 5 years ago

redux ftw!