You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we set a data-consent-api-url attribute on any element in the DOM, it will be used to override the URL that the client JS uses for API queries. This is useful for running in different environments.
There is no defensive coding around the use of the data attribute value. This should be considered user input and treated carefully.
The text was updated successfully, but these errors were encountered:
If we set a
data-consent-api-url
attribute on any element in the DOM, it will be used to override the URL that the client JS uses for API queries. This is useful for running in different environments.There is no defensive coding around the use of the data attribute value. This should be considered user input and treated carefully.
The text was updated successfully, but these errors were encountered: