[01:08:19] Cocopuff2018: you can use maintenance/deleteBatch.php to delete images (that is, privately archive them) [01:09:53] there is also maintenance/deleteArchivedFiles.php if you want to delete them forever (say if they're illegal or taking up too much space) [15:32:42] abuse filter is only triggering logged out users but not logged in users im not sure why or how to fix this can anyone help [16:09:10] A userwho has --Bureaucrats, Interface administrators, Administrators-- can't edit ManualCSS? [16:09:30] I tried to change rights, but no choices seem to do that. [16:10:08] I'm on UserRights, but it seeld to only allow me to take away, not add. [16:10:35] What's ManualCSS? is that provided by an extension? [16:10:58] MediaWiki:Common.css [16:11:28] should only need interface admin unless you messed around with rights assignments or another extension is interfering [16:12:04] Haven' messe around with Rights, but it says Forbidden when I try to add css. [16:12:07] https://www.mediawiki.org/wiki/Special:ListGroupRights - there's the "editsitecss" right [16:12:23] what's the specific error message you get? [16:12:34] Check Special:ListGroupRights on your wiki to see which user group has this right [16:14:07] Forbidden [16:14:09] You don't have permission to access this resource. [16:14:22] ... and it looks like an httpd error, not MW. [16:14:24] sounds like bad server config [16:15:04] so changing things in MW will obviously do nothing for you, since the problem is outside of MW [16:15:51] [msg "Inbound Anomaly Score Exceeded (Total Inbound Score: 5 - SQLI=0,XSS=0,RFI=0,LFI=0,RCE=5,PHPI=0,HTTP=0,SESS=0): individual paranoia level scores: 5, 0, 0, 0"] [16:16:05] Hah? [16:16:18] mod_security and mediawiki don't play nice with each other [16:17:59] Never heard of this in httpd. [16:22:48] Oh Hell. From the webserver VM I've set up a reverse SSH tunnel to the router. So what the httpd server sees is accesses from 127.0.0.1 (an IP), which triggers mod_security. [16:23:33] https://www.mediawiki.org/wiki/ModSecurity [16:23:39] I have to disable mod_security in order to have better security by passing through my router without stopping. [16:24:31] "comment out the rule in the file listed in your error." [16:26:15] |etc/httpd/modsecurity.d/activated_rules/RESPONSE-980-CORRELATION.conf line 92 [16:27:49] Ok it's only one rule of many in mod_security... [16:29:23] one after the other :) [16:34:57] Holy sh*t, it twerked! [16:35:13] I am now a darkie... [16:35:45] With a gradient! Thank you archive.org, for saving my extensive css! [17:09:56] No way to insert an image in my About wiki? [17:55:40] abuse filter is only triggering logged out users but not logged in users im not sure why or how to fix this can anyone help [17:55:43] i have it set right [17:56:56] check your filters, they may be skip logged-in users [17:57:48] not showing anything for skipping [18:05:09] There are special pages to test a filter against a specific edit. Use that to debug your rules