Skip to content

Commit 09491d7

Browse files
author
goebbert1
committed
undo FRAME_ORIGIN var
1 parent 4567a6a commit 09491d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_rsession_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _support_args(args):
8080

8181
def _get_www_frame_origin(default="same"):
8282
try:
83-
return os.getenv('RSERVER_WWW_FRAME_ORIGIN', default)
83+
return os.getenv('JUPYTER_RSESSION_PROXY_WWW_FRAME_ORIGIN', default)
8484
except Exception:
8585
return default
8686

0 commit comments

Comments
 (0)