mirror of
https://github.com/koreader/koreader
synced 2024-11-20 03:25:34 +00:00
7 lines
298 B
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.]]),
|
||
|
}
|