https://bugzilla.wikimedia.org/show_bug.cgi?id=46528
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Tim Starling <[email protected]> --- (In reply to comment #1) > I think enabling the RSS extension on all Wikimedia wikis for the Wikimedia > blog might be nice. I don't really want to see a request next week for > Meta-Wiki, outreach.wikimedia.org the following week, etc. Enabling the > extension everywhere would reduce paperwork, in theory. Currently, $wgRSSUrlWhitelist needs to be modified for every feed that is used. So it seems unlikely that enabling it everywhere would reduce the number of shell requests. The code says: // Warning: Allowing all urls (not setting a whitelist) // may be a security concern. ... // include "*" if you expressly want to allow all urls (you should not do this) So it would seem that every request for addition to $wgRSSUrlWhitelist needs to be carefully reviewed for security. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
