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/admin/settings/settings_server.rst | |
| parent | 54613defc7d4cbbc1d8ec3ba269b90717eab0958 (diff) | |
[mod] defaults: GET method and ddg autocomplete
Diffstat (limited to 'docs/admin/settings/settings_server.rst')
| -rw-r--r-- | docs/admin/settings/settings_server.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
