- Issue created by @jberg1
- heddn Nicaragua
Switching versions to the latest release. Given the short-term life for Drupal 7, it seems appropriate to introduce any new features in the latest release, then backport.
- First commit to issue fork.
- πΊπΈUnited States pianomansam
pianomansam β changed the visibility of the branch 3400695-gpc-implementation to hidden.
- πΊπΈUnited States pianomansam
I'm going to switch this back to 1.x since I have a solution for that branch.
- πΊπΈUnited States pianomansam
pianomansam β changed the visibility of the branch 3400695-gpc-implementation to active.
- πΊπΈUnited States pianomansam
pianomansam β changed the visibility of the branch 3400695-gpc-implementation to hidden.
- πΊπΈUnited States pianomansam
I've opened an MR that addresses this issue. However, please note that my MR won't work until π DNT (Do Not Track) header detection not working when caching enabled Active is fixed. The GPC header detection will be equally broken as the DNT header detection due to not varying the cache based on headers.
- πΊπΈUnited States pianomansam
Since this issue requires the fix in π DNT (Do Not Track) header detection not working when caching enabled Active , here is a version of this module's MR patch file that assumes 3480626 has been applied first. You can commit it to your code base and update your `drupal/eu_cookie_compliance` entry in composer.json to something like this:
"drupal/eu_cookie_compliance": { "#3480626 - DNT header detection not working": "https://git.drupalcode.org/project/eu-cookie-compliance/-/merge_requests/150.diff", "#3400695 - GPC Implementation": "patches/eu_cookie_compliance_gpc.patch" }
- Status changed to RTBC
about 1 month ago 8:18am 24 February 2025 - π³π΄Norway svenryen
@pianomansam and @fholub13, I see that you're referring to Merge request 150.
The merge request in 150 seems to delete some lines, so until that's been explained, I'm afraid this one will have to wait.
Do you happen to know the reason for the removal of a few lines, as mentioned here π DNT (Do Not Track) header detection not working when caching enabled Active ?