Navigation Menu

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

Allow reenabling cookies #13950

Closed
Findus23 opened this issue Jan 11, 2019 · 1 comment
Closed

Allow reenabling cookies #13950

Findus23 opened this issue Jan 11, 2019 · 1 comment
Labels
c: Privacy For issues that impact or improve the privacy. duplicate For issues that already existed in our issue tracker and were reported previously. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.

Comments

@Findus23
Copy link
Member

Suggested here: https://forum.matomo.org/t/disable-and-enable-cookies/31171

As one can disable cookies it sounds reasonable to provide a way to re-enable cookies (e.g. to disable cookies by default, but allow an opt in)

In theory this should work, but there may be some issues in the details. (e.g. one has to undo the browserFeatures.cookie = '0';)

this.enableCookies = function () {
    configCookiesDisabled = false;
};
@Findus23 Findus23 added the c: Privacy For issues that impact or improve the privacy. label Jan 11, 2019
@mattab mattab added the Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. label Jun 18, 2019
@mattab
Copy link
Member

mattab commented Feb 4, 2020

marking as duplicate of #13056

@mattab mattab closed this as completed Feb 4, 2020
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Privacy For issues that impact or improve the privacy. duplicate For issues that already existed in our issue tracker and were reported previously. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.
Projects
None yet
Development

No branches or pull requests

2 participants