diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ea7a3073d..848dc95df 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1486,6 +1486,9 @@ engines: - name: tagesschau engine: tagesschau + # when set to false, display URLs from Tagesschau, and not the actual source + # (e.g. NDR, WDR, SWR, HR, ...) + use_source_url: true shortcut: ts disabled: true |