Skip to content

Commit 908c78c

Browse files
committed
fix: policy
1 parent 1f72c2f commit 908c78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks.server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
5656
'https://js.zi-scripts.com',
5757
'https://ws.zoominfo.com',
5858
'https://*.cookieyes.com',
59-
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js'
59+
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/*'
6060
]),
6161
'style-src': "'self' 'unsafe-inline'",
6262
'img-src': "'self' data: https:",
@@ -81,7 +81,7 @@ const securityheaders: Handle = async ({ event, resolve }) => {
8181
'https://hemsync.clickagy.com',
8282
'https://ws.zoominfo.com ',
8383
'https://*.cookieyes.com',
84-
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js'
84+
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/*'
8585
]),
8686
'frame-src': join([
8787
"'self'",

0 commit comments

Comments
 (0)