Skip to content

Commit

Permalink
docs(headless,headless-react): typedoc ot encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmarceau committed Feb 5, 2025
1 parent bbe1a1b commit adc8c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/headless-react/typedoc/lib/insertOneTrust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function insertOneTrust() {
.split('; ')
.some(
(cookie) =>
cookie.startsWith('OptanonConsent') && cookie.includes('C0003:1')
cookie.startsWith('OptanonConsent') && cookie.includes('C0003%3A1')
);

if (!areFunctionalCookiesEnabled) {
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/typedoc/lib/insertOneTrust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function insertOneTrust() {
.split('; ')
.some(
(cookie) =>
cookie.startsWith('OptanonConsent') && cookie.includes('C0003:1')
cookie.startsWith('OptanonConsent') && cookie.includes('C0003%3A1')
);

if (!areFunctionalCookiesEnabled) {
Expand Down

0 comments on commit adc8c2d

Please sign in to comment.