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.
koreader/plugins/httpinspector.koplugin/_meta.lua

7 lines
298 B
Lua

local _ = require("gettext")
return {
name = "httpinspector",
fullname = _("HTTP KOReader Inspector"),
description = _([[Allow browsing KOReader internal objects over HTTP. This is aimed at developers, and may pose some security risks. Only enable this on networks you can trust.]]),
}