Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from NEARFoundation/develop
Browse files Browse the repository at this point in the history
Fixing bug KTA-98
  • Loading branch information
sandoche authored Nov 29, 2022
2 parents 5f1a773 + 54ac55e commit 1b9afe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const contentSecurityPolicy = `
script-src 'self' 'unsafe-eval' www.woopra.com;
child-src 'self';
connect-src 'self' api.onfido.com www.woopra.com sentry.io ws://sync.onfido.com wss://sync.onfido.com;
img-src 'self' assets.onfido.com data:;
img-src 'self' assets.onfido.com blob: data:;
style-src 'self' cdn.jsdelivr.net maxcdn.bootstrapcdn.com 'unsafe-inline';
font-src 'self' maxcdn.bootstrapcdn.com;
`;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-kyc-onfido",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 1b9afe0

Please sign in to comment.