-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome extension security: Code generation from strings disallowed #158
Comments
... hm. It seems to be the dependency on lodash.js that triggers the alert. Installing the unminified package and replacing lodash with underscore works. |
Thats...an unexpected issue. Will investigate. |
The issue you are seeing is because of lodash's use of For more info on builds check out http://lodash.com/#custom-builds. |
Thanks, I'll check out the lodash mobile build. |
Related to issue: lodash/issues/54. |
I think the answer here is just to use the mobile build if you're doing an extension, I'm not sure there's much point us offering a separate build and we can't switch wholesale without breaking IE support. Another one for the wiki a la #170 |
Cool, I aliased the |
Google will be disallowing eval and other 'dangerous' methods in extensions ( see https://code.google.com/chrome/extensions/contentSecurityPolicy.html ). This means that extensions relying on Miso are already breaking. Can Dataset be implemented in compliance with Google's requirements?
The text was updated successfully, but these errors were encountered: