I have a popular Chrome extension available in the Chrome store that is used by numerous people. Recently, I integrated alasql which requires the use of the eval function, leading me to need to enable unsafe-eval
in the content_security_policy
.
I'm curious to know if this change will have any impact on existing users.
On a previous occasion, when I added geolocation permission to the extension's permissions, it caused the extension to be disabled for existing users who then had to manually re-enable it.