commit | a801b78e4a9fc9ee6a2369efc56969327f62d02c | [log] [tgz] |
---|---|---|
author | Jonathan Hao <phao@chromium.org> | Wed Feb 15 16:57:49 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 15 16:57:49 2023 |
tree | c65f8707860bbc6f090131f5e7008dff51cd7051 | |
parent | ed9a832b25f1a7ac12c47febe641154926bb0d06 [diff] |
[Private Network Access] Test insecure fetches within workers loaded from blob urls Workers can be loaded from a blob URL. This CL adds a test that tests Private Network fetches within such workers. This test will also be useful when we start allowing same origin PNA requests. We don't currently have a working same-origin tests about fetches in dedicated workers. The current treat-as-public-address tests don't work well because dedicated workers don't get their policies from network headers when PlzDedicatedWorker is disabled. Bug: 1382068 Change-Id: I483575eece53e7232ce0baae308f147b1ab65b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4250757 Commit-Queue: Jonathan Hao <phao@chromium.org> Reviewed-by: Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1105696}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.