mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge ca85d20204 into a576f69c12
This commit is contained in:
commit
cca8140503
2 changed files with 12 additions and 5 deletions
|
|
@ -102,7 +102,7 @@ server:
|
|||
http_protocol_version: "1.0"
|
||||
# POST queries are more secure as they don't show up in history but may cause
|
||||
# problems when using Firefox containers
|
||||
method: "POST"
|
||||
method: "GET"
|
||||
default_http_headers:
|
||||
X-Content-Type-Options: nosniff
|
||||
X-Download-Options: noopen
|
||||
|
|
@ -151,11 +151,11 @@ ui:
|
|||
# Lock arbitrary settings on the preferences page. To find the ID of the user
|
||||
# setting you want to lock, check the ID of the form on the page "preferences".
|
||||
#
|
||||
# preferences:
|
||||
# lock:
|
||||
preferences:
|
||||
lock:
|
||||
- method
|
||||
# - language
|
||||
# - autocomplete
|
||||
# - method
|
||||
# - query_in_title
|
||||
|
||||
# searx supports result proxification using an external service:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue