Replies: 3 comments 6 replies
-
Interesting problem. Right now, I don't see a good way to do this, I would probably not create the APIProvider component until we know it's ok to do so. Are there other means besides the data-attribute to react to the consent being given? |
Beta Was this translation helpful? Give feedback.
6 replies
-
No that's helpful already because it confirms my suspicion that both their
implementation as well as their documentation is crap! We'll look for
another provider.
…On Sat, Mar 22, 2025, 14:38 Martin Schuhfuss ***@***.***> wrote:
Just had a quick look at their code (uc-block.bundle.js). It seems it
will try to intercept all document.createElement calls for script tags,
which is wild:
image.png (view on web)
<https://github.com/user-attachments/assets/964f9c5a-1bad-4666-89f7-7ce61fb72a70>
Most of the code in that file seems to be fixing the problems this brings,
there are even some sections specifically targeting Google Maps and mapbox
for whatever reason, I'm not really interested enough to investigate
further though.
—
Reply to this email directly, view it on GitHub
<#717 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANP3ARJFZ5WUB4CASXKLYT2VVKWBAVCNFSM6AAAAABZIBWPUKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJYGYYDONA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@gkatsanos I just stumbled across this and thought of our conversation. Maybe this could help you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing a cookie-consent script and in order for google maps to not be blocked, I need to add a
data-
attribute to the script in question.. can I do this with the APIProvider?Beta Was this translation helpful? Give feedback.
All reactions