diff options
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 |
