Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 49623cf2 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

disable rest API plugin

parent 4ba75dad
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,6 @@ from urllib.parse import urlencode
from searx.utils import match_language, extract_text
from searx.utils import match_language, extract_text
import re
import re
from searx.network import get
from searx.network import get
from searx import logger
from lxml.html import fromstring
from lxml.html import fromstring


# about
# about
+5 −5
Original line number Original line Diff line number Diff line
@@ -131,17 +131,17 @@ outgoing:


# Comment or un-comment plugin to activate / deactivate by default.
# Comment or un-comment plugin to activate / deactivate by default.
#
#
# enabled_plugins:
enabled_plugins:
#   # these plugins are enabled if nothing is configured ..
  # these plugins are enabled if nothing is configured ..
#   - 'Hash plugin'
#   - 'Hash plugin'
#   - 'Search on category select'
   - 'Search on category select'
#   - 'Self Information'
#   - 'Self Information'
#   - 'Tracker URL remover'
   - 'Tracker URL remover'
#   - 'Ahmia blacklist'  # activation depends on outgoing.using_tor_proxy
#   - 'Ahmia blacklist'  # activation depends on outgoing.using_tor_proxy
#   # these plugins are disabled if nothing is configured ..
#   # these plugins are disabled if nothing is configured ..
#   - 'Hostname replace'  # see hostname_replace configuration below
#   - 'Hostname replace'  # see hostname_replace configuration below
#   - 'Open Access DOI rewrite'
#   - 'Open Access DOI rewrite'
#   - 'Vim-like hotkeys'
   - 'Vim-like hotkeys'
#   - 'Tor check plugin'
#   - 'Tor check plugin'
#   # Read the docs before activate: auto-detection of the language could be
#   # Read the docs before activate: auto-detection of the language could be
#   # detrimental to users expectations / users can activate the plugin in the
#   # detrimental to users expectations / users can activate the plugin in the