Skip to content

Commit

Permalink
undo FRAME_ORIGIN var
Browse files Browse the repository at this point in the history
  • Loading branch information
goebbert1 committed Jan 1, 2025
1 parent 4567a6a commit 09491d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_rsession_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _support_args(args):

def _get_www_frame_origin(default="same"):
try:
return os.getenv('RSERVER_WWW_FRAME_ORIGIN', default)
return os.getenv('JUPYTER_RSESSION_PROXY_WWW_FRAME_ORIGIN', default)
except Exception:
return default

Expand Down

0 comments on commit 09491d7

Please sign in to comment.