Skip to content

Commit

Permalink
Allow port 5003 through CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Edwards committed May 10, 2024
1 parent c304738 commit 4545bba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Crypter.Web/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
data:
ws://localhost:*
'self'
*.crypter.dev;
*.crypter.dev
*.crypter.dev:5003;
upgrade-insecure-requests;">
<title>Crypter</title>
<base href="/"/>
Expand Down

0 comments on commit 4545bba

Please sign in to comment.