Self-Info

class searx.plugins.self_info.SXNGPlugin[source]

Simple plugin that displays information about user’s request, including the IP or HTTP User-Agent. The information is displayed in area for the “answers”.

id: ClassVar[str] = 'self_info'

The ID (suffix) in the HTML form.

default_on: ClassVar[bool] = True

Plugin is enabled/disabled by default.

keywords: list[str] = ['ip', 'user-agent']

Keywords in the search query that activate the plugin. The keyword is the first word in a search query. If a plugin should be executed regardless of the search query, the list of keywords should be empty (which is also the default in the base class for Plugins).

Returns a result list only for the first page.