@@ -58,8 +58,8 @@ One of:
58
58
59
59
### ` absolute_url `
60
60
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
63
63
see the URL after the parts specific to jupyter-server-proxy have been stripped.
64
64
65
65
For example, with the following config:
@@ -81,7 +81,7 @@ as a request for `/test-server/some-url` instead - without any stripping.
81
81
82
82
This is very useful with applications that require a ` base_url ` to be set.
83
83
84
- Defaults to * False * .
84
+ Defaults to _ False _ .
85
85
86
86
### ` port `
87
87
@@ -93,7 +93,7 @@ automatically select an unused port.
93
93
### ` unix_socket `
94
94
95
95
This 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
97
97
Jupyter Server Proxy to create a temporary directory to hold the socket,
98
98
ensuring that only the user running Jupyter can connect to it.
99
99
@@ -129,16 +129,16 @@ the following keys:
129
129
130
130
### ` new_browser_tab `
131
131
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.
134
134
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
136
136
is generally done by configuring the web server ` X-Frame-Options ` to ` SAMEORIGIN ` .
137
137
For more information, refer to
138
138
[ MDN Web docs on X-Frame-Options] ( https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Frame-Options ) .
139
139
140
140
Note 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
142
142
` --www-frame-origin=same ` to allow rendering of its pages in an iframe.
143
143
144
144
### ` request_headers_override `
0 commit comments