We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cookie-constent: { type: express }
1 parent e96bf58 commit dbf9e0cCopy full SHA for dbf9e0c
src/project/types/website/website-analytics.ts
@@ -277,7 +277,7 @@ function cookieConsentConfiguration(
277
): CookieConsentConfiguration {
278
return {
279
siteName: "",
280
- type: type || "implied",
+ type: type || "express",
281
style: style || "simple",
282
palette: palette || "light",
283
policyUrl,
@@ -378,6 +378,8 @@ gtag('js', new Date());`);
378
].join("\n");
379
}
380
381
+// configuration for the script are defined in
382
+// https://github.com/termsfeed/termsfeed-cookie-consent-4-0/blob/main/README.md
383
function cookieConsentScript(
384
config: CookieConsentConfiguration,
385
) {
0 commit comments