Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt test expectations to only consider about:{blank,srcdoc} secure
Any other about: URL is now considered unsecure according to the spec linked from the upstream commit's description (see [1]) Chromium change: https://source.chromium.org/chromium/chromium/src/+/58fcd77538b8bc6989b2e3290b789f864ddf4dd9 commit 58fcd77538b8bc6989b2e3290b789f864ddf4dd9 Author: Frédéric Wang <[email protected]> Date: Thu Dec 3 00:47:31 2020 +0000 Limit about: URLs that are treated as potentially trustworthy Per [1], only about:blank and about:srcdoc URLs should be treated as potentially trustworthy, but Chromium currently accepts all about: URLs. This CL aligns with the current spec, with the additional assumption that query and fragment components are accepted too [2]. This change is not web-visible. [1] https://w3c.github.io/webappsec-secure-contexts/#potentially-trustworthy-url [2] w3c/webappsec-secure-contexts#81 Bug: 1153335, 1153336
- Loading branch information