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
Copy file name to clipboardExpand all lines: resources/js/config.js
+48-10Lines changed: 48 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,12 @@ CookieConsent.run({
55
55
},{
56
56
title: 'Analytics cookies',
57
57
description: 'These cookies collect information about how you use our website. All of the data is anonymized and cannot be used to identify you.',
58
-
toggle: {
59
-
value: 'analytics',// there are no default categories => you specify them
60
-
enabled: true,
61
-
readonly: false
62
-
},
58
+
// toggle: {
59
+
// value: 'analytics', // there are no default categories => you specify them
60
+
// enabled: true,
61
+
// readonly: false
62
+
// },
63
+
linkedCategory: 'analytics',
63
64
cookieTable: {
64
65
caption: 'Cookie table',
65
66
headers: {
@@ -87,11 +88,12 @@ CookieConsent.run({
87
88
},{
88
89
title: 'Marketing cookies',
89
90
description: "These cookies are used for advertising, including serving and rendering ads, personalizing ads (depending on your ad settings at <a href=\"https://g.co/adsettings\">g.co/adsettings</a>), limiting the number of times an ad is shown to a user, muting ads you have chosen to stop seeing, and measuring the effectiveness of ads.",
0 commit comments