Skip to content

Commit

Permalink
Merge pull request #1721 from Simon-Dirks/edit-allowlist
Browse files Browse the repository at this point in the history
Add localhost port 5010 to allowlist
  • Loading branch information
ballPointPenguin authored Nov 10, 2023
2 parents c2609d8 + f6f6a48 commit 73c7eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ function initializePolisHelpers() {
...Config.whitelistItems,
"localhost:5000",
"localhost:5001",
"localhost:5010",
"facebook.com",
"api.twitter.com",
"", // for API
Expand Down

0 comments on commit 73c7eec

Please sign in to comment.