Skip to content

Commit

Permalink
Merge pull request #470 from ryanlovett/docs-new-browser-tab
Browse files Browse the repository at this point in the history
Document the correct default value for new_browser_tab.
  • Loading branch information
manics committed Apr 4, 2024
2 parents ca21c38 + 146acad commit 62a290f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/server-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ the following keys:

### `new_browser_tab`

_JupyterLab only_ - _True_ if the proxied server URL should be opened in a new browser tab.
_False_ (default) if the proxied server URL should be opened in a new JupyterLab tab.
_JupyterLab only_ - _True_ (default) if the proxied server URL should be opened in a new browser tab.
_False_ if the proxied server URL should be opened in a new JupyterLab tab.

If _False_, the proxied server needs to allow its pages to be rendered in an iframe. This
is generally done by configuring the web server `X-Frame-Options` to `SAMEORIGIN`.
Expand Down

0 comments on commit 62a290f

Please sign in to comment.