Skip to content
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

Fix chrome host webrequest permissions #20

Open
nuriofernandez opened this issue Oct 16, 2020 · 1 comment
Open

Fix chrome host webrequest permissions #20

nuriofernandez opened this issue Oct 16, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@nuriofernandez
Copy link
Owner

Unchecked runtime.lastError: You need to request host permissions in the manifest file in order to be notified about requests from the webRequest API.

https://developer.chrome.com/extensions/webRequest
https://developer.chrome.com/apps/permissions

Investigate about:
optional_permissions
chrome.permissions.contains
chrome.permissions.request

@nuriofernandez nuriofernandez added the bug Something isn't working label Oct 16, 2020
@nuriofernandez
Copy link
Owner Author

Seems to be that optional permissions can not be used the way I expected. Maybe it's necessary to put all domain permissions back to the normal manifest's permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant