Skip to content

Commit

Permalink
chore: comment unused services
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Sep 17, 2022
1 parent 542c6ee commit 68e5b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/nextjs-app/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ const secureHeaders = createSecureHeaders({
"'self'",
'https://vitals.vercel-insights.com',
'https://*.sentry.io',
'wss://ws.pusherapp.com',
'wss://ws-eu.pusher.com',
'https://sockjs.pusher.com',
'https://sockjs-eu.pusher.com',
// 'wss://ws.pusherapp.com',
// 'wss://ws-eu.pusher.com',
// 'https://sockjs.pusher.com',
// 'https://sockjs-eu.pusher.com',
],
imgSrc: ["'self'", 'https:', 'http:', 'data:'],
workerSrc: ['blob:'],
Expand Down

0 comments on commit 68e5b0c

Please sign in to comment.