Bewertungen für I don't care about cookies
I don't care about cookies von Gen Digital Inc.
114 Bewertungen
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 13297053, vor 7 JahrenArbeitet bestens, allerdings nicht mehr mit FF61. Kommt ein Update?
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 14131512, vor 7 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefoss, vor 7 JahrenIt works great BUT...
https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions#w_access-your-data-for-all-websites
The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords. - Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 14069257, vor 7 JahrenBloque une bonne partie des messages sur l'utilisation des cookies.
- Bewertet mit 4 von 5 Sternenvon Dan Ziemba, vor 7 JahrenSeems to work well most places, but it is currently blocking the pop-over / modal-view thing that opens in the same page when attempting to view posts in the new reddit redesign.
Antwort des Entwicklers
geschrieben am vor 7 JahrenI'm aware of the reddit issue. It will be solved next week in the new addon version. Antwort des Entwicklers
geschrieben am vor 7 JahrenIt can't work on ALL of them. However, let me copy-paste the message from the extension's homepage:
The GDPR is a European Union (EU) privacy law that will affect businesses around the world when it becomes enforceable on May 25, 2018 - meaning, tomorrow!
Many websites are implementing or changing their cookie notifications right now to meet the deadline, so you may see them more frequently that usual, even on bigger websites and websites from the US.
Don't worry and please be patient, these new notifications will also be blocked in the next version.- Bewertet mit 4 von 5 Sternenvon jeriko, vor 7 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 13793201, vor 7 JahrenIch sehe wohl der meldung ,aber die geht gleich dan wieder weg ,brauche nichts anzuklicken . Grt Tom.
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 12678404, vor 7 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 13562991, vor 8 JahrenWorked fine untill I upgraded to Firefox Quantum. I can't see/find the add-on's icon in the taskbar anymore. I have it enabled and I don't get any notifications when I close a site or something. Something tells me it isn't functioning properly? Support would be nice
EDIT: SORRY! I made a mistake and confused this add-on with the 'Selfdestructing Cookies' add-on.Antwort des Entwicklers
geschrieben am vor 8 JahrenI also have Firefox Quantum and it works properly. There was never an icon in the taskbar, only a submenu in the context menu. Please check your settings in about:addons. If it doesn't work, try to remove it and install it again. If it still doesn't work, please contact me by email (author@i-dont-care-about-cookies.eu) with the details. - Bewertet mit 4 von 5 Sternenvon Der Gilb, vor 8 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 12584398, vor 8 Jahren
- Bewertet mit 4 von 5 Sternenvon L_, vor 8 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 13301951, vor 8 JahrenWhy does this module need so many permissions, such as browser activity during browsing? (honest question)
Antwort des Entwicklers
geschrieben am vor 8 JahrenI'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.