Skip to content

Commit ff5f11d

Browse files
committed
fixed missing cookie info
1 parent 869bbcb commit ff5f11d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/public/init.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,22 @@ loadScript("/cookieconsent.umd.js").then(() => {
4141
description:
4242
"These cookies are essential for the proper functioning of this website. Without them, the website would not work properly.",
4343
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+
},
4460
},
4561
{
4662
title: "Performance and analytics",

0 commit comments

Comments
 (0)