commit | 67c1143266efa5854e354b1926c63a8955041576 | [log] [tgz] |
---|---|---|
author | Tricia Crichton <triciac@chromium.org> | Wed Mar 11 22:35:29 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 11 22:35:29 2020 |
tree | d958c05711bd1cc8916b3b27d46ecdd62797211b | |
parent | 0cdbf1b706ece9b3337ccb91947ea98ee7e34a28 [diff] |
[ChromeDriver] Verify origin against whitelist When request origin is specified, verify that it is localhost or an explicitly whitelisted ip address. This protects against cross-domain attacks and header spoofing. Bug: 1045787 Change-Id: I65336d77e29ed0dec775bf4db40f0a274c03bcb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090305 Commit-Queue: Tricia Crichton <triciac@chromium.org> Reviewed-by: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#749369}
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.