forked from swee/MeowNex
add xhtml to the trusted mimetypes (ft. rindolf)
This commit is contained in:
parent
0887b88d0d
commit
fac9e5d469
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ channel_irc = ["##sweezero"]
|
||||||
botnick_irc = environ.get('SBnick')
|
botnick_irc = environ.get('SBnick')
|
||||||
botnickpass_irc =environ.get('SBuser')
|
botnickpass_irc =environ.get('SBuser')
|
||||||
botpass_irc = environ.get('SBpass')
|
botpass_irc = environ.get('SBpass')
|
||||||
allowedparse = ["text/html", "application/x-httpd-php"]
|
allowedparse = ["text/html", "application/x-httpd-php", "text/xhtml", "text/xhtml+xml"]
|
||||||
irc = bot_irc()
|
irc = bot_irc()
|
||||||
irc2 = bot_irc()
|
irc2 = bot_irc()
|
||||||
irc3 = bot_irc()
|
irc3 = bot_irc()
|
||||||
|
|
Loading…
Reference in a new issue