Page MenuHomePhabricator

wgRSSUrlWhitelist protocol relativity
Open, MediumPublicFeature

Description

It'd be very useful if wgRSSUrlWhitelist supported both protocol relative urls, and also partial matching.

'foundationwiki' => array(

		'http://blog.wikimedia.org/feed/',
		'http://blog.wikimedia.org/c/our-wikis/wikimediacommons/feed/',
		'http://blog.wikimedia.org/c/communications/picture-of-the-day/feed/',

),

could then become

'foundationwiki' => array( '//blog.wikimedia.org/', ),


Version: master
Severity: enhancement
See Also:
T37005: Harmonize (E:RSS) $wgRSSUrlWhitelist mechanism with (core) $wgEnableImageWhitelist handling in includes/Parser/parser.php

Details

Reference
bz45857

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:27 AM
bzimport set Reference to bz45857.

Change 52644 abandoned by Reedy:
Bug 45857 - wgRSSUrlWhitelist protocol relativity and partial matching

https://gerrit.wikimedia.org/r/52644

The "Partial whitelist" issue is covered by bug https://bugzilla.wikimedia.org/show_bug.cgi?id=35005 . Bug title changed so that the present 45857 bug refers to the "protocol relativity" issue only.

Aklapper subscribed.

[Resetting task assignee to avoid cookie-licking. Please reclaim the task when you plan to actively work on this task. Thanks!]

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM