Skip to content

gdpr_consent is ignored in test mode #2

@davidc

Description

@davidc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions