We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869bbcb commit ff5f11dCopy full SHA for ff5f11d
docs/public/init.js
@@ -41,6 +41,22 @@ loadScript("/cookieconsent.umd.js").then(() => {
41
description:
42
"These cookies are essential for the proper functioning of this website. Without them, the website would not work properly.",
43
linkedCategory: "necessary",
44
+ cookieTable: {
45
+ headers: {
46
+ name: "Name",
47
+ domain: "Domain",
48
+ expiration: "Expiration",
49
+ description: "Description",
50
+ },
51
+ body: [
52
+ {
53
+ name: "cc_cookie",
54
+ domain: "validator.axe-api.com",
55
+ expiration: "6 months",
56
+ description: "Remembers your cookie preferences.",
57
58
+ ],
59
60
},
61
{
62
title: "Performance and analytics",
0 commit comments