commit | ed257e2b7df1d3bdcd95d8687bcbd786bc48e717 | [log] [tgz] |
---|---|---|
author | Yutaka Hirano <yhirano@chromium.org> | Wed Aug 19 07:22:47 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 19 07:22:47 2020 |
tree | 4d97021861427487aa5d5844c26a0fee6580c70e | |
parent | 70c1a27b21c652b17b3ed32ca454c3dbf901a2aa [diff] |
[CORS] Set preflight request mode correctly CORS preflight request mode was set to kNoCors up until now, and with cross-origin-embedder-policy: require-corp CORS preflights fail unless a CORP header is attached. Fix the bug. Bug: 1116990 Change-Id: Id91c8d92a17c701bacb2289c2f5a23561f3e7538 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362065 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#799531}
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.
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.