Skip to content

Commit 735d19a

Browse files
committed
fix: policy
1 parent 908c78c commit 735d19a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/hooks.server.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ 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/*'
59+
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js',
60+
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/banner.js'
6061
]),
6162
'style-src': "'self' 'unsafe-inline'",
6263
'img-src': "'self' data: https:",
@@ -81,7 +82,8 @@ const securityheaders: Handle = async ({ event, resolve }) => {
8182
'https://hemsync.clickagy.com',
8283
'https://ws.zoominfo.com ',
8384
'https://*.cookieyes.com',
84-
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/*'
85+
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js',
86+
'https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/banner.js'
8587
]),
8688
'frame-src': join([
8789
"'self'",

0 commit comments

Comments
 (0)