[wpt-sync] Sync PR 16036 - Verify `Sec-Fetch-Site` is correct for domains with trailing dots.
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: wptsync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16036 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16036
Details from upstream follow.
Mike West <mkwst@chromium.org> wrote:
Verify
Sec-Fetch-Site
is correct for domains with trailing dots.
example.com
!=example.com.
. These are clearly distinct origins,
and we don't currently consider them to have the same registrable
domain (though there's a bit of a question about that. See
https://github.com/publicsuffix/list/issues/792), so they ought
to compare ascross-site
This patch adds a test for this behavior, and teaches the test harness
to resolve domains that end in.test.
.Closes https://github.com/mikewest/sec-metadata/issues/15.
Bug: 843478
Change-Id: Ic71afeda69f274c23c19608177756d882307a59d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536180
Commit-Queue: Mike West \<mkwst@chromium.org>
Reviewed-by: Łukasz Anforowicz \<lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644261}
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 1•8 months ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=f6e37daba10212ea474ec1d4175cb47417d01238
Assignee | ||
Comment 2•8 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=00b2ec4cdc50fc5ba1088997b5f75744410bc9f2
Assignee | ||
Comment 3•8 months ago
|
||
Failed to get results from try push
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a934b7e89ef [wpt PR 16036] - Verify `Sec-Fetch-Site` is correct for domains with trailing dots., a=testonly
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ca0a07819ae [wpt PR 16036] - Verify `Sec-Fetch-Site` is correct for domains with trailing dots., a=testonly
Comment 6•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0a934b7e89ef
https://hg.mozilla.org/mozilla-central/rev/6ca0a07819ae
Description
•