Improve XenForo detection (#2261)

* Improve XenForo detection

This can be tested [here](https://thebot.net/threads/python-3-function-annotations.363444/)

* Fix the json
main
jvoisin 7 years ago committed by Elbert Alias
parent 45c4c41059
commit 25a6ce44ac

@ -11050,7 +11050,17 @@
"cats": [ "cats": [
2 2
], ],
"html": "(?:jQuery\\.extend\\(true, XenForo|Forum software by XenForo™|<!--XF:branding|<html[^>]+id=\"XenForo\")", "js": {
"XF.GuestUsername": ""
},
"cookies": {
"xf_session": "",
"xf_csrf": ""
},
"html": [
"(?:jQuery\\.extend\\(true, XenForo|Forum software by XenForo™|<!--XF:branding|<html[^>]+id=\"XenForo\")",
"<html id=\"XF\" "
],
"icon": "XenForo.png", "icon": "XenForo.png",
"website": "http://xenforo.com" "website": "http://xenforo.com"
}, },

Loading…
Cancel
Save