Skip to content

Commit

Permalink
🐛 fix allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 22, 2024
1 parent abfabe5 commit abe5212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .transpire.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def objects():
"port": 6697,
"preload": True,
},
"websockets": {"allowed-origins": [f"https://{server_dns}/"]},
"websockets": {"allowed-origins": [f"https://{server_dns}"]},
"casemapping": "ascii",
"enforce-utf8": True,
"lookup-hostnames": False,
Expand Down

0 comments on commit abe5212

Please sign in to comment.