Skip to content

gdpr_consent is ignored in test mode #2

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

Open
davidc opened this issue Jun 30, 2022 · 0 comments
Open

gdpr_consent is ignored in test mode #2

davidc opened this issue Jun 30, 2022 · 0 comments

Comments

@davidc
Copy link

davidc commented Jun 30, 2022

This line in session.py:

        # Record GDPR consent status
        self.gdpr_consent = gdpr_consent or test

ignores the developer's explicit rejection of consent to transmit personal data when in test mode. I don't believe this is okay, there is no reason to be overriding their decision and silently sending the data anyway - not to mention that this data is even more personally-identifying and sensitive when running in test mode as it is likely to be on their personal computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant