You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser 247c46c6b0 [drop] plugin HTTPS rewrite - rule base is to old (update is to big)
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>
3 years ago
..
answerers [fix] answers: don't crash when the query is an empty string 3 years ago
data Merge pull request #2712 from searx/update_data_update_firefox_version.py 3 years ago
engines Merge pull request #7 from searxng/metrics 3 years ago
metrics [mod] metrics: add secondary parameter 3 years ago
network [enh] rewrite and enhance metrics 3 years ago
plugins [drop] plugin HTTPS rewrite - rule base is to old (update is to big) 3 years ago
raise_for_httperror [enh] rewrite and enhance metrics 3 years ago
search [mod] oscar: /preferences , engines tab: report engine times 3 years ago
shared [fix] checker: don't run the checker when uwsgi is not properly configured 4 years ago
static fix issues from review 3 years ago
templates fix issues from review 3 years ago
translations [enh] update translations from transifex 3 years ago
__init__.py fix issues from review 3 years ago
autocomplete.py [httpx] replace searx.poolrequests by searx.network 3 years ago
exceptions.py [enh] add raise_for_httperror 4 years ago
external_bang.py [mod] add utils/fetch_external_bangs.py 3 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py Update searx.data - update_languages.py 3 years ago
preferences.py [fix] default_doi_resolver in preferences 3 years ago
query.py [enh] autocomplete refactoring, autocomplete on external bangs 3 years ago
results.py [mod] metrics: add secondary parameter 3 years ago
settings.yml Merge remote-tracking branch 'searx/master' 3 years ago
settings_loader.py [fix] settings_loader.py - use update_dict only for mapping types 3 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py [httpx] replace searx.poolrequests by searx.network 3 years ago
utils.py [enh] replace requests by httpx 3 years ago
version.py [enh] release v1.0.0 3 years ago
webadapter.py [enh] add ability to send engine data to subsequent requests 3 years ago
webapp.py [mod] oscar: /preferences , engines tab: report engine times 3 years ago
webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 3 years ago