Closed appsforartists closed 7 years ago
Other actions to take:
'unsafe-eval'
and localhost
from content_security_policy
. I should check what the default CSP is - I might be able to remove this entry entirely in the production version.page_action
to browser_action
to ensure the icon is always available.declarativeContent
permission and usage in index.ts
until #36 is ready.Looks like I can remove CSP entirely; the default is:
manifest.json has some security settings disabled to make HMR work. We need a production-quality version.
What are the minimum necessary permissions? Can we defer asking for permission to fetch until after a user does something?