summaryrefslogtreecommitdiff
path: root/searx/plugins/https_rewrite.py
AgeCommit message (Collapse)Author
2021-04-22[drop] plugin HTTPS rewrite - rule base is to old (update is to big)Markus Heiser
The usefulness of the _HTTPS rewrite_ plugin is questionable: - the 36 rule files have not been updated since 2015 [1] - actual there are 23760 rule files in the https-everywhere repo [2] For the first, we can remove this plugin. For a complete new implementation, it might be good to know that there is a project "https-everywhere : Privacy for Pythons" [3] related: https://github.com/return42/searx-next/issues/8 [1] https://github.com/return42/searx-next/tree/d187a1d/searx/plugins/https_rules [2] https://github.com/EFForg/https-everywhere/tree/master/src/chrome/content/rules [3] https://github.com/jayvdb/https-everywhere-py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-11-02Change plugin API :dalf
- pre_search(request, search) - post_search(request, search) - on_result(request, search, result) with - request is the Flask request - search a searx.Search instance - result a searx result as usual
2016-07-11Fix anomalous backslash in stringstepshal
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2015-04-13[fix] load https rulesAdam Tauber
2015-04-13[mod] https rewrite pluginificationAdam Tauber