Skip to content

Commit 63344c9

Browse files
committed
fix: policy
1 parent 735d19a commit 63344c9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/hooks.server.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +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',
60-
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/banner.js'
59+
'https://cdn-cookieyes.com'
6160
]),
6261
'style-src': "'self' 'unsafe-inline'",
6362
'img-src': "'self' data: https:",
@@ -82,16 +81,16 @@ const securityheaders: Handle = async ({ event, resolve }) => {
8281
'https://hemsync.clickagy.com',
8382
'https://ws.zoominfo.com ',
8483
'https://*.cookieyes.com',
85-
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js',
86-
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/banner.js'
84+
'https://cdn-cookieyes.com'
8785
]),
8886
'frame-src': join([
8987
"'self'",
9088
'https://www.youtube.com',
9189
'https://status.appwrite.online',
9290
'https://www.youtube-nocookie.com',
9391
'https://player.vimeo.com',
94-
'https://hemsync.clickagy.com'
92+
'https://hemsync.clickagy.com',
93+
'https://cdn-cookieyes.com'
9594
])
9695
};
9796

0 commit comments

Comments
 (0)