Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented: remove browsing context name on cross origin navigation #7072

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Aug 31, 2017

When updating the history after a cross-origin navigation, the HTML
Standard says: "If the browsing context is a top-level browsing context,
but not an auxiliary browsing context, then set the browsing context's
name to the empty string."

Currently we are not doing this which means there's potential
information leak.

Spec: https://html.spec.whatwg.org/multipage/browsers.html#resetBCName
I2I: https://groups.google.com/a/chromium.org/d/msg/blink-dev/fhUIycdlINU/RLVEOKaNAwAJ
Webkit change: https://trac.webkit.org/changeset/209076/webkit

Bug: crbug.com/706350
Change-Id: I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d
Reviewed-on: https://chromium-review.googlesource.com/645309
Commit-Queue: Andy Paicu andypaicu@chromium.org
Reviewed-by: Mike West mkwst@chromium.org
Cr-Commit-Position: refs/heads/master@{#506708}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already reviewed downstream.

@w3c-bots
Copy link

w3c-bots commented Aug 31, 2017

Build PASSED

Started: 2017-10-05 13:16:01
Finished: 2017-10-05 13:22:29

View more information about this build on:

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d branch 2 times, most recently from a0bc1e1 to 77ddd7c Compare September 8, 2017 09:54
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d branch from 77ddd7c to c3bf9fe Compare September 21, 2017 12:38
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d branch 2 times, most recently from 6190021 to 4a42729 Compare October 4, 2017 14:59
When updating the history after a cross-origin navigation, the HTML
Standard says: "If the browsing context is a top-level browsing context,
but not an auxiliary browsing context, then set the browsing context's
name to the empty string."

Currently we are not doing this which means there's potential
information leak.

Spec: https://html.spec.whatwg.org/multipage/browsers.html#resetBCName
I2I: https://groups.google.com/a/chromium.org/d/msg/blink-dev/fhUIycdlINU/RLVEOKaNAwAJ
Webkit change:  https://trac.webkit.org/changeset/209076/webkit

Bug: crbug.com/706350
Change-Id: I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d
Reviewed-on: https://chromium-review.googlesource.com/645309
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506708}
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d branch from 4a42729 to 05eba5a Compare October 5, 2017 13:09
@chromium-wpt-export-bot chromium-wpt-export-bot merged commit ea0874d into master Oct 5, 2017
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-I70cb3efcef06a3442ed4bf9ddd3733e24ccde19d branch October 5, 2017 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants