diff options
| author | Alexandre Flament <alex@al-f.net> | 2017-02-12 15:06:01 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2017-08-06 16:04:21 +0200 |
| commit | 10a24bdc2c3870f07ec62dd710841628d325aaf6 (patch) | |
| tree | 400b579adb6268092f21ec21621a16c730cfef41 /searx/plugins/https_rewrite.py | |
| parent | 4f6586d8085460c368ad16904685199de630e1c8 (diff) | |
[enh] add simple theme (WIP)
Diffstat (limited to 'searx/plugins/https_rewrite.py')
| -rw-r--r-- | searx/plugins/https_rewrite.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/plugins/https_rewrite.py b/searx/plugins/https_rewrite.py index 4462c86bc..3d986770e 100644 --- a/searx/plugins/https_rewrite.py +++ b/searx/plugins/https_rewrite.py @@ -31,6 +31,7 @@ if sys.version_info[0] == 3: name = "HTTPS rewrite" description = gettext('Rewrite HTTP links to HTTPS if possible') default_on = True +preference_section = 'privacy' if 'SEARX_HTTPS_REWRITE_PATH' in environ: rules_path = environ['SEARX_rules_path'] |