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

Some cookies cannot be revoked #140

Closed
regioadmin opened this issue Mar 28, 2024 · 2 comments
Closed

Some cookies cannot be revoked #140

regioadmin opened this issue Mar 28, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@regioadmin
Copy link

If I accept all cookies and revoke them afterwards. Some cookies still there after reloading the page.
For example the Facebook pixel cookie _fbp defined as "statistics", field domain is empty.

By the way what about information stored in "Local Storage", is it possible to prevent it from being saved with your tool?

grafik

@DirkPersky
Copy link
Owner

He!

The cookies themselves will not be deleted.
BUT if you have properly integrated the services, you prevent them from being executed!
For example: if Google Analytics will not be executed anymore, so the cookies can still exist. Since they are not sent to Google.

@DirkPersky
Copy link
Owner

If you want, you can write a script that is listening to an event and will remove the Cookies.

document.addEventListener('dp--cookie-revoke', function (e) {
    // YOUT Custom Script to Remove the Cookies
});

@DirkPersky DirkPersky added the help wanted Extra attention is needed label Apr 9, 2024
@DirkPersky DirkPersky self-assigned this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants