We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2291f commit 489af8bCopy full SHA for 489af8b
h/views/client.py
@@ -63,6 +63,7 @@ def sidebar_app(request, extra=None):
63
# The list of origins that the client will respond to cross-origin RPC
64
# requests from.
65
"rpcAllowedOrigins": settings.get("h.client_rpc_allowed_origins"),
66
+ "tosdr": settings.get("h.tosdr")
67
}
68
69
if sentry_public_dsn:
0 commit comments