Recensioni per I don't care about cookies
I don't care about cookies di Gen Digital Inc.
Recensione di Utente Firefox 13301951
Valutata 4 su 5
di Utente Firefox 13301951, 7 anni faWhy does this module need so many permissions, such as browser activity during browsing? (honest question)
Replica dello sviluppatore
pubblicato il 7 anni faI'll give you the list of permissions I request (I don't know how firefox named them when displaying the notification to you):
1. contextMenus: to create context menu options (report, toggle...)
2. tabs: to gain access to tabs and to be able to add additional code to webpages (to hide warnings)
3. storage: to maintain whitelist
4. http://*/*: special permission to have access to any domain
5. https://*/*. the same, but for https
6. notifications: to be able to nofity users about updates
7. webRequest: to be able to see the request send by browser and check if it needs to be blocked (some javascript files which render cookie warnings)
8. webRequestBlocking: to block stuff from being loaded
9. webNavigation: to be able to apply filters when the page content is ready
I hope that helped.
1. contextMenus: to create context menu options (report, toggle...)
2. tabs: to gain access to tabs and to be able to add additional code to webpages (to hide warnings)
3. storage: to maintain whitelist
4. http://*/*: special permission to have access to any domain
5. https://*/*. the same, but for https
6. notifications: to be able to nofity users about updates
7. webRequest: to be able to see the request send by browser and check if it needs to be blocked (some javascript files which render cookie warnings)
8. webRequestBlocking: to block stuff from being loaded
9. webNavigation: to be able to apply filters when the page content is ready
I hope that helped.