[wp-trac] [WordPress Trac] #14636: Support wildcard expressions in WP_PROXY_BYPASS_HOSTS (and WP_ACCESSIBLE_HOSTS)
WordPress Trac
wp-trac at lists.automattic.com
Fri Oct 22 10:29:55 UTC 2010
#14636: Support wildcard expressions in WP_PROXY_BYPASS_HOSTS (and
WP_ACCESSIBLE_HOSTS)
-------------------------+--------------------------------------------------
Reporter: sit | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: 3.1
Component: HTTP | Version: 3.1
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by dd32):
* version: => 3.1
* milestone: Awaiting Review => 3.1
Comment:
That commit allows wildcard domains.
The wildcard domain follows that of pac files.
{{{*.wordpress.org}}} will match {{{api.wordpress.org,
www.wordpress.org}}}, etc, but will NOT match {{{wordpress.org}}}.
{{{wordpress.org,*.wordpress.org}}} would be required for the latter to be
matched as well.
Subdomains are supported. {{{*.wordpress.org}}} will match
{{{plugins.api.wordpress.org}}} as well as {{{www.wordpress.org}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14636#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list