-
We must comply to EUR regulations when it comes to the user's activity data we are storing with cookies.
source: https://gdpr.eu/cookies/
-
## Long story short
Compliance with rfc6265 for cookie expires functionality. Took a while yesterday trying to work out why some client code wasn't working correctly, eventually tracked it down …
-
Adding
```
-
I am looking for a cookie manager that follows the GDPR. As in being asked if i would like to accept cookies, as well as being able to select the cookies i would like to use.
The way it would work:…
-
One option: https://www.drupal.org/project/eu_cookie_compliance
Pretty slick that it can use geoip to only display notifications for visitors from EU countries.
-
Hey @Adnan-cds
Are we OK to tag a release on this?
-
Lots of work needed there, as the current custom cookie banner likely isn’t good enough for our needs.
- Needs to comply with privacy laws
- Needs to follow WCAG 2.2 guidance
-
On Python < 3.11 on Windows, os.path.isabs() does not catch UNC paths like //server/share. Werkzeug's safe_join() relies on this check, and so can produce a path that is not safe, potentially allowing…
-
Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request—max_form_memory_size setting.
-
### What problem are you facing?
The SDK requires either cookies or local storage to function: When using it for analytics, analytics cookie/storage consent must be obtained from the user when GDPR c…