Skip to content

Commit 489af8b

Browse files
committed
adds tosdr base domain to client settings
1 parent 3b2291f commit 489af8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

h/views/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def sidebar_app(request, extra=None):
6363
# The list of origins that the client will respond to cross-origin RPC
6464
# requests from.
6565
"rpcAllowedOrigins": settings.get("h.client_rpc_allowed_origins"),
66+
"tosdr": settings.get("h.tosdr")
6667
}
6768

6869
if sentry_public_dsn:

0 commit comments

Comments
 (0)