- 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" }