GDPR: Add support for Google Maps "nocookie" version (maps.googleapis.com) #21415
mircobabini
started this conversation in
Feature Request
Replies: 1 comment 2 replies
|
you are not allow to show any google maps without user consent. You could use e.g. Real Cookie Banner (tutorial) or my simple "click to map" plugin |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
When activating GDPR Iubenda with the legal option "Block scripts to prevent... etc" the Google Maps are not showing up.
Describe the solution you'd like
Easy as using a different domain from Google Maps which is maps.googleapis.com instead of www.google.com/maps or maps.google.com. There's a workaround:
https://gist.github.com/mircobabini/167a11c8cdb4e925ec69e6c759301aca
Describe alternatives you've considered
No response
Additional context
No response
All reactions