I have an existing chrome extension in Chrome store which is being used by many people. Now I added alasql which uses eval function because of which I had to enable unsafe-eval
in content_security_policy
.
I wanted to know will this affect existing users somehow ?
Last time I added geolocation permission in permissions and it disabled the extension for existing users. Users had to manually enable it.