|
@@ -430,7 +430,7 @@ You or your administrator can use the following traits to define the listings lo
|
|
|
For example, to set blocked extensions, launch the server with ``--LabServerApp.blocked_extensions_uris=http://example.com/blocklist.json`` where ``http://example.com/blocklist.json`` is a JSON file as described below.
|
|
|
|
|
|
The details for the listings_request_options are listed
|
|
|
-on `this page <https://2.python-requests.org/en/v2.7.0/api/#requests.request>`__
|
|
|
+on `this page <https://requests.readthedocs.io/en/stable/api/#requests.request>`__
|
|
|
(for example, you could pass ``{'timeout': 10}`` to change the HTTP request timeout value).
|
|
|
|
|
|
The listings are json files hosted on the URIs you have given.
|