[Webkit-unassigned] [Bug 219642] Support overriding address space for specific IP addresses in test environments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 07:19:41 PST 2020


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

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
It seems what you are asking is an override mechanism for private/local URLs to be considered public.
That seems ok (the reverse of allowing public URLS to be treated as private would probably not be great).
I guess this could be built in platform agnostic code, 
I would guess that network stacks would provide the actual value and platform agnostic code could override it to become public.

Since we are talking WPT, I guess that it would end up being a WebDriver API.
We could probably start with a WTR internals API at first in WebKit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201215/213d7de9/attachment.htm>


More information about the webkit-unassigned mailing list