You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the webNavigation API displays this permission to users "Read your browsing history." This would likely turn users away from installing because it makes StopLeak seem fishy.
We either can use tabs.onUpdated and tabs.onCreated or use "main_frame" requests (in webRequest.onBeforeRequest) to replace the functionality of webNavigation.onCommited.
The text was updated successfully, but these errors were encountered:
Using the webNavigation API displays this permission to users "Read your browsing history." This would likely turn users away from installing because it makes StopLeak seem fishy.
We either can use tabs.onUpdated and tabs.onCreated or use "main_frame" requests (in webRequest.onBeforeRequest) to replace the functionality of webNavigation.onCommited.
The text was updated successfully, but these errors were encountered: