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 4567a6a commit 09491d7Copy full SHA for 09491d7
jupyter_rsession_proxy/__init__.py
@@ -80,7 +80,7 @@ def _support_args(args):
80
81
def _get_www_frame_origin(default="same"):
82
try:
83
- return os.getenv('RSERVER_WWW_FRAME_ORIGIN', default)
+ return os.getenv('JUPYTER_RSESSION_PROXY_WWW_FRAME_ORIGIN', default)
84
except Exception:
85
return default
86
0 commit comments