Issue 2551369
Created on 2024-11-12 01:51 by rouilj, last changed 2024-11-12 01:51 by rouilj.
msg8178 |
Author: [hidden] (rouilj) |
Date: 2024-11-12 01:51 |
|
Should we implement https://developer.mozilla.org/en-
US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies for the session cookie?
This allows web sites to embed a tracker and keep the tracker logged in
while on the site. However, if the tracker is embedded in another site,
the user will have to log in again.
Not sure this is a use case we care about. It would make a tracker useless
for following a person from site to site, but I don't think anybody
running Roundup would want to track a user across sites.
Implementation is easy enough. In client.py find where ' secure;' is added
to the cookie and make it ' secure; partitioned;'.
If implemented I don't think it needs a config option to enable/disable. If somebody
wants to track people via Roundup they have to edit the code.
Thoughts?
|
|
Date |
User |
Action |
Args |
2024-11-12 01:51:31 | rouilj | create | |
|