Skip to content

Commit

Permalink
Update contentSecurityPolicy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
connorpgpmcelroy committed Nov 19, 2024
1 parent f08a8a8 commit 489c536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/util/contentSecurityPolicy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const SECURITY_POLICY = {
'*.hmcts.net',
'wss://*.webpubsub.azure.com',
'https://*.in.applicationinsights.azure.com',
'https://*.monitor.azure.com'

Check failure on line 14 in src/common/util/contentSecurityPolicy.ts

View workflow job for this annotation

GitHub Actions / build

Insert `,`
],
defaultSrc: ["'self'"],
fontSrc: ["'self'", 'https://fonts.gstatic.com', 'data:'],
Expand Down

0 comments on commit 489c536

Please sign in to comment.