Opened 7 years ago
Closed 7 years ago
#7699 closed defect (bug) (fixed)
Only set bp-activity-oldestpage when it is used
Reported by: | chherbst | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 1.0 |
Component: | Templates | Keywords: | |
Cc: | chris.p.herbst@… |
Description
Under new EU law if a cookie is non-essential it has to be blocked so that a user can opt-in. But if it is essential its ok as long as it's use is detailed on the site. This problem is that buddypress sets this cookie on every page, not only where it is used. If e.g. the activity component is only shown for logged in users, then this cookie is non-essential for not logged in users and should not be set.
The attached patches will set the cookie only when it is used and thus only when it is essential.
This is the information about cookies under EU law.
Attachments (2)
Change History (7)
#2
@
7 years ago
- Component changed from Core to Templates
- Milestone changed from Awaiting Review to 3.0
- Owner set to r-a-y
- Status changed from new to reviewing
- Version changed from 2.9.3 to 1.0
Thanks for the patch, @chherbst.
We'll make sure to address this for v3.0.
Please remove Patch 0001-add-missing-button-classes-to-ajax-friend-response.patch. That was added by mistake!