diff --git a/ansible/main.yml b/ansible/main.yml index 60123dd..6a2014c 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -8,7 +8,8 @@ - docker-compose - traefik - tautulli - - libreddit + - name: searxng + tags: test - prowlarr - sonarr - radarr @@ -23,15 +24,10 @@ - deemix - barassistant - mealie - - searxng -<<<<<<< HEAD + - libreddit + - qbittorrent - firefly3 - - name: qbittorrent -======= - sabnzbd - - name: firefly3 ->>>>>>> refs/remotes/origin/master - tags: test - unifi-controller - slskd - navidrome diff --git a/ansible/roles/searxng/templates/settings.yml b/ansible/roles/searxng/templates/settings.yml index f4739b9..e34dc43 100644 --- a/ansible/roles/searxng/templates/settings.yml +++ b/ansible/roles/searxng/templates/settings.yml @@ -60,7 +60,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: "GET" + method: "POST" default_http_headers: X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block