[Webkit-unassigned] [Bug 127676] Enable DumpRenderTree access to URLS that resolve to 127.0.0.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 01:49:56 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127676





--- Comment #1 from youenn fablet <youennf at gmail.com>  2014-01-27 01:47:22 PST ---
> First, "www2." + location.host cannot be referenced without changing /etc/hosts. Mapping should be set to 127.0.0.1

The simplest approach would be to require proper setting of /etc/hosts, for instance by adding entries for "www.web-platform.test", "www2.web-platform.test"...

> Second, "www2." + location.host will not be authorized by DumpRenderTree as it is neither "localhost" nor 127.0.0.1

One solution is to authorize URLS with specific prefixes (.test or .local e.g.) Another solution is to check that the host resolves to 127.0.0.1.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list