You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
This line in session.py:
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.
The text was updated successfully, but these errors were encountered: