Skip to content

Commit

Permalink
chore: allow liveness cdn (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Nov 29, 2023
1 parent 91ffe63 commit be0c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/_document.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const getCSPContent = (context: Readonly<DocumentProps>) => {
img-src 'self' blob: ${ANALYTICS_CSP.all.img.join(' ')};
connect-src 'self' *.shortbread.aws.dev ${ANALYTICS_CSP.all.connect.join(
' '
)} https://*.algolia.net https://*.algolianet.com https://cdn.jsdelivr.net https://tfhub.dev https://storage.googleapis.com;
)} https://*.algolia.net https://*.algolianet.com https://cdn.jsdelivr.net https://tfhub.dev https://storage.googleapis.com https://cdn.liveness.rekognition.amazonaws.com;
script-src 'unsafe-eval' 'self' '${cspInlineScriptHash}' ${ANALYTICS_CSP.all.script.join(
' '
)};
Expand Down

0 comments on commit be0c8b2

Please sign in to comment.