Skip to content

Commit

Permalink
update cookie script (#476)
Browse files Browse the repository at this point in the history
* update cookie script

* Update html.tsx

* Update html.tsx
  • Loading branch information
meletj authored May 24, 2024
1 parent e3e22e8 commit 9ec83bf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ const HTML = (props: any) => {
<html {...props.htmlAttributes}>
<head>
<meta charSet="utf-8" />
{/* OneTrust Cookies Consent Notice start for prisma.io */}

<script
src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
data-document-language="true"
id="cookies"
src="https://app.enzuzo.com/apps/enzuzo/static/js/__enzuzo-cookiebar.js?uuid=5606ab18-eb9a-11ee-98cc-b303d4429aa8"
type="text/javascript"
charSet="UTF-8"
data-domain-script="22c2e2c0-3df0-4958-8672-1194370ee230"
></script>
<script type="text/javascript">function OptanonWrapper() {}</script>
{/* OneTrust Cookies Consent Notice end for prisma.io */}

<meta httpEquiv="x-ua-compatible" content="ie=edge" />
{props.headComponents}
</head>
Expand Down

0 comments on commit 9ec83bf

Please sign in to comment.