mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2025-07-28 11:02:19 +00:00
Changed lovebird.allowhtml's default to false; updated README
This commit is contained in:
@@ -50,7 +50,7 @@ by default.
|
|||||||
### lovebird.allowhtml
|
### lovebird.allowhtml
|
||||||
Whether prints should allow HTML. If this is true then any HTML which is
|
Whether prints should allow HTML. If this is true then any HTML which is
|
||||||
printed will be rendered as HTML; if it false then all HTML is rendered as
|
printed will be rendered as HTML; if it false then all HTML is rendered as
|
||||||
text. This is `true` by default.
|
text. This is `false` by default.
|
||||||
|
|
||||||
### lovebird.print(...)
|
### lovebird.print(...)
|
||||||
Prints its arguments to lovebird's console. If `lovebird.wrapprint` is set to
|
Prints its arguments to lovebird's console. If `lovebird.wrapprint` is set to
|
||||||
|
@@ -19,7 +19,7 @@ lovebird.pages = {}
|
|||||||
|
|
||||||
lovebird.wrapprint = true
|
lovebird.wrapprint = true
|
||||||
lovebird.timestamp = true
|
lovebird.timestamp = true
|
||||||
lovebird.allowhtml = true
|
lovebird.allowhtml = false
|
||||||
lovebird.port = 8000
|
lovebird.port = 8000
|
||||||
lovebird.whitelist = { "127.0.0.1", "192.168.*.*" }
|
lovebird.whitelist = { "127.0.0.1", "192.168.*.*" }
|
||||||
lovebird.maxlines = 200
|
lovebird.maxlines = 200
|
||||||
|
Reference in New Issue
Block a user