| Summary: | REGRESSION(254273@main): wptserve causes "accept incoming network connections?" prompt | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, pgriffis, ryanhaddad, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Sam Sneddon [:gsnedders]
2023-03-01 09:23:10 PST
Oh! This is probably caused by https://github.com/web-platform-tests/wpt/commit/24da741d3c5bba4110f590c1faf771596d543482 (me, 2018), and then at some point later the aliasing was removed. Hmm, no: the aliasing is still there. Ah: https://github.com/WebKit/WebKit/commit/a5f5fb99a72b67a94407f34c4ab2b76b5bbcbc04#diff-2a84c466417fda744dd91db26cacfdab891060322040874333ad0f2d6314eea7 changed the config: - "bind_hostname": true, + "bind_address": false, Patrick: I'm not sure why this is needed, especially given Tools/Scripts/webkitpy/layout_tests/servers/web_platform_test_server.py also now creates a config with the right set of hosts? Pull request: https://github.com/WebKit/WebKit/pull/12241 Committed 262821@main (67e2dc7878b6): <https://commits.webkit.org/262821@main> Reviewed commits have been landed. Closing PR #12241 and removing active labels. |