@@ -58,8 +58,8 @@ One of:
5858
5959### ` absolute_url `
6060
61- * True * if the URL as seen by the proxied application should be the full URL
62- sent by the user. * False * if the URL as seen by the proxied application should
61+ _ True _ if the URL as seen by the proxied application should be the full URL
62+ sent by the user. _ False _ if the URL as seen by the proxied application should
6363see the URL after the parts specific to jupyter-server-proxy have been stripped.
6464
6565For example, with the following config:
@@ -81,7 +81,7 @@ as a request for `/test-server/some-url` instead - without any stripping.
8181
8282This is very useful with applications that require a ` base_url ` to be set.
8383
84- Defaults to * False * .
84+ Defaults to _ False _ .
8585
8686### ` port `
8787
@@ -93,7 +93,7 @@ automatically select an unused port.
9393### ` unix_socket `
9494
9595This option uses a Unix socket on a filesystem path, instead of a TCP
96- port. It can be passed as a string specifying the socket path, or * True * for
96+ port. It can be passed as a string specifying the socket path, or _ True _ for
9797Jupyter Server Proxy to create a temporary directory to hold the socket,
9898ensuring that only the user running Jupyter can connect to it.
9999
@@ -129,16 +129,16 @@ the following keys:
129129
130130### ` new_browser_tab `
131131
132- * JupyterLab only * - * True * if the proxied server URL should be opened in a new browser tab.
133- * False * (default) if the proxied server URL should be opened in a new JupyterLab tab.
132+ _ JupyterLab only _ - _ True _ if the proxied server URL should be opened in a new browser tab.
133+ _ False _ (default) if the proxied server URL should be opened in a new JupyterLab tab.
134134
135- If * False * , the proxied server needs to allow its pages to be rendered in an iframe. This
135+ If _ False _ , the proxied server needs to allow its pages to be rendered in an iframe. This
136136is generally done by configuring the web server ` X-Frame-Options ` to ` SAMEORIGIN ` .
137137For more information, refer to
138138[ MDN Web docs on X-Frame-Options] ( https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Frame-Options ) .
139139
140140Note that applications might use a different terminology to refer to frame options.
141- For example, RStudio uses the term * frame origin * and require the flag
141+ For example, RStudio uses the term _ frame origin _ and require the flag
142142` --www-frame-origin=same ` to allow rendering of its pages in an iframe.
143143
144144### ` request_headers_override `
0 commit comments