[wp-trac] [WordPress Trac] #24646: fetch_feed() returns WP_Error with "A valid URL was not provided"
WordPress Trac
noreply at wordpress.org
Wed Jul 31 06:44:58 UTC 2013
#24646: fetch_feed() returns WP_Error with "A valid URL was not provided"
--------------------------+---------------------
Reporter: husdaman | Owner: nacin
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.5.3
Component: Feeds | Version: 3.5.2
Severity: major | Resolution: fixed
Keywords: |
--------------------------+---------------------
Changes (by nacin):
* owner: => nacin
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"24915"]:
{{{
#!CommitTicketReference repository="" revision="24915"
Additional checks when evaluating the safety of an HTTP request, to avoid
false negatives.
* Check if the host is considered a safe redirect host.
* Check if the host is another domain in a multisite installation.
* Add a filter to control this.
This only occurs when the DNS resolution of a domain points elsewhere in
an internal network, but only internally (and has its own public IP
outside the network). This could be considered a bad configuration.
fixes #24646.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24646#comment:44>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list