10 lines
217 B
JavaScript
10 lines
217 B
JavaScript
import { configureConsent } from "@pdntechnology/cookie-consent";
|
|
|
|
configureConsent({
|
|
storageKey: "demo_cookie_consent",
|
|
waitForUpdateMs: 500,
|
|
adsDataRedaction: true,
|
|
urlPassthrough: true,
|
|
debug: false,
|
|
});
|