diff options
| author | vojkovic <git@vojk.au> | 2026-08-03 16:57:26 +0000 |
|---|---|---|
| committer | Brock Vojkovic <brock@vojk.au> | 2026-08-12 19:05:02 +0800 |
| commit | 1c3bb1e88f8781bd725c57a9a1c609ce0bb09926 (patch) | |
| tree | d1711396d056b3b653246753b334fe86dd020a06 /docs | |
| parent | 54613defc7d4cbbc1d8ec3ba269b90717eab0958 (diff) | |
[mod] defaults: GET method and ddg autocomplete
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/settings/settings_search.rst | 4 | ||||
| -rw-r--r-- | docs/admin/settings/settings_server.rst | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/admin/settings/settings_search.rst b/docs/admin/settings/settings_search.rst index 2aaa4795d..5e11fc810 100644 --- a/docs/admin/settings/settings_search.rst +++ b/docs/admin/settings/settings_search.rst @@ -8,7 +8,7 @@ search: safe_search: 0 - autocomplete: "" + autocomplete: "duckduckgo" favicon_resolver: "" default_lang: "" ban_time_on_fail: 5 @@ -32,7 +32,7 @@ - ``2``: Strict ``autocomplete``: - Existing autocomplete backends, leave blank to turn it off. + Existing autocomplete backends, set blank to turn it off. - ``360search`` - ``baidu`` diff --git a/docs/admin/settings/settings_server.rst b/docs/admin/settings/settings_server.rst index dabfc259c..7b677d695 100644 --- a/docs/admin/settings/settings_server.rst +++ b/docs/admin/settings/settings_server.rst @@ -14,7 +14,7 @@ limiter: false public_instance: false image_proxy: false - method: "POST" + method: "GET" default_http_headers: X-Content-Type-Options : nosniff X-Download-Options : noopen @@ -58,8 +58,8 @@ ``method`` : ``GET`` | ``POST`` - HTTP method. By defaults ``POST`` is used / The ``POST`` method has the - advantage with some WEB browsers that the history is not easy to read, but + HTTP method. By default, ``GET`` is used / The ``POST`` method has the + advantage with some browsers that the history is not saved, but there are also various disadvantages that sometimes **severely restrict the ease of use for the end user** (e.g. back button to jump back to the previous search page and drag & drop of search term to new tabs do not work as |
