GDPR Component 2.19 (Joomla 3/4/5)

derGOTTkenner

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Jan 26, 2022
Messages
351
Reaction score
725
Points
93
NullCash
5,596
  • Updated native compatibility with Google Consent Mode v2, supporting new EU consent strategies
  • Updated consent handling for Microsoft Advertising (Bing) to meet Microsoft's updated EU user consent policy
  • Full PHP 8.4 compatibility
  • Improved Joomla 5.4 integration and added forward compatibility for upcoming Joomla 6.0 core changes
  • Bugs fix
ORIGINAL FILES
 

Attachments

  • gdpr_v2.19_forjoomla3.x.zip
    899.3 KB · Views: 6
  • gdpr_v2.19_forjoomla5.x_4.x.zip
    892.8 KB · Views: 8

01K

Member
XNullUser
Joined
Dec 24, 2020
Messages
147
Reaction score
17
Points
18
NullCash
68
Huge thanks for posting the latest version!
Post automatically merged:

Was someone able to properly block Google Maps? I can manage to block all assets, except maps...
 
Last edited:

01K

Member
XNullUser
Joined
Dec 24, 2020
Messages
147
Reaction score
17
Points
18
NullCash
68
Has someone understood the whole consent logic of the plugin?
As the live demo of the plugin, the same as my working example, has a common problem:
After consent has been granted to all categories, after some time 2 and 3 categories (in dev's demo 3 and 4) are unselected!
It happens on Firefox, Chrome is OK, and you won't spot it cause the banner won't reappear asking for the consent.

But in DevTool Local storage, the `acceptDateCategories` key with accepted date values is present.
The additional key "gdprCategoriesChoices" is always present with null values: {"1":0,"2":0,"3":0,"4":0,"jsessid":"xxx"}, but this cookie is absent in Dev demo
 
Top