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

Checkbox "Don't ask next time" not working #488

Open
albertskog opened this issue Oct 15, 2024 · 0 comments · May be fixed by #489
Open

Checkbox "Don't ask next time" not working #488

albertskog opened this issue Oct 15, 2024 · 0 comments · May be fixed by #489
Labels
bug Something isn't working

Comments

@albertskog
Copy link

When I press "Let us know!" to report a site and in the confirmation dialogue check the box "Don't ask next time", the confirmation still comes up the next time.

It seems to be caused by line 34 in popup.js:

confirmationInput.addEventListener("input", () => {
    settings.skipSubmitConfirmation = confirmationInput.checked;
    GDPRConfig.setValuesFlags(settings);
});

GDPRConfig.setValuesFlags() does not exist, I think it should be GDPRConfig.setDebugValues().

I confirmed that making this change fixes the issue I was having on Firefox.

albertskog added a commit to albertskog/Consent-O-Matic that referenced this issue Oct 15, 2024
@albertskog albertskog linked a pull request Oct 15, 2024 that will close this issue
@svnhub svnhub added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants