[03:52:51] I want to add my online support widget to the mediawiki but I couldn't find a way to add it. Here is my code: https://paste.ofcode.org/qibg9VvcmBXAxE6uwAmjn6 [13:43:23] Hi. snyk.io is saying jQuery v. 3.4.1 is not safe because there is a sploit for it. Looking at the documentation that is what is packaged with 1.35 LTS [13:43:51] https://snyk.io/vuln/SNYK-JS-JQUERY-567880 [13:44:13] Any help / comments would be appreciated [13:46:05] I ran into this issue when I was testing some of my sites with site loading analysers [14:19:09] Based on https://github.com/wikimedia/mediawiki/commit/afae01f9385aed7edb8414103e740379b120019a it might be a trivial backport [14:20:43] Though, reading the relevant bug... https://phabricator.wikimedia.org/T250068 [14:20:57] And more specifically https://phabricator.wikimedia.org/T250068#6480674, yes there might be an issue, but not so much of one for how MW uses it [14:24:11] * Reedy cherry picks https://gerrit.wikimedia.org/r/c/mediawiki/core/+/593370/11 and https://gerrit.wikimedia.org/r/c/mediawiki/core/+/593371/11 to see what CI has to say [16:07:11] Thank you Reedy. I dunno what CI is, but I'm much less worried now that you've looked and responded to the issue [16:08:26] Think of it as remote compilation on a bunch of different build settings, hardware, etc. [16:08:37] Or a magical box of "you broke the build" [16:08:55] Automated tests that hopefully tell you if you're about to break stuff [16:09:51] I'm assuming people are talking about the CI. Sounds fancy and pro [16:13:13] CI is fancy ye [16:37:28] I want to add my online support widget to the mediawiki but I couldn't find a way to add it. Here is my code: https://paste.ofcode.org/qibg9VvcmBXAxE6uwAmjn6 [18:00:17] !sitejs | punkgeek [18:00:26] stupit bot [18:00:29] stupid [18:00:31] !sitecssjs [18:00:35] !sitejscss [18:00:43] Oh, there's no mw-bot [18:02:14] Reedy: isn't it wm-bot? [18:02:24] maybe [18:02:26] !help [18:02:26] There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [18:02:30] it is alive, apparently [18:02:31] !botbrain [18:02:32] Hello, I'm wm-bot. The database for this channel is published at https://wm-bot.wmflabs.org/dump/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot [19:28:50] I was trying to test an OAuth client with Extension:OAuth in MediaWiki-Docker, but it's not working [19:29:34] the request is sent with an Authorization header, and I can see it in Wireshark, but it's not in the MediaWiki request object [19:29:48] might be related to https://phabricator.wikimedia.org/T76022