commit | be92f4cc2f137460213d52a926c9477275a456c5 | [log] [tgz] |
---|---|---|
author | Daniel Vogelheim <[email protected]> | Wed Feb 14 10:03:33 2024 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 14 10:03:33 2024 |
tree | ebc46ffea466d57b3c7101c42e41468c3041df2e | |
parent | 7412bd1bd8d5cf9532257aa4ca172e5bf2033f83 [diff] [blame] |
Rename URLLoaderFactoryParams::is_corb_enabled to is_orb_enabled. This is part of cleanup work to remove CORB code, now that its successor ORB has been enabled. This particular CL is a rename, and should be functionally neutral. Bug: 324418206 Change-Id: I77143b897e4957a41e21c59630f1dd5a2575866a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5277040 Reviewed-by: Sylvain Defresne <[email protected]> Reviewed-by: Kenichi Ishibashi <[email protected]> Commit-Queue: Daniel Vogelheim <[email protected]> Reviewed-by: Mihai Sardarescu <[email protected]> Reviewed-by: Sean Topping <[email protected]> Reviewed-by: Arthur Sonzogni <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: Alex Turner <[email protected]> Reviewed-by: Mike Dougherty <[email protected]> Reviewed-by: Nate Fischer <[email protected]> Reviewed-by: Matt Mueller <[email protected]> Reviewed-by: Finnur Thorarinsson <[email protected]> Cr-Commit-Position: refs/heads/main@{#1260357}
diff --git a/docs/security/compromised-renderers.md b/docs/security/compromised-renderers.md index 660a4ca..e7cd3a1 100644 --- a/docs/security/compromised-renderers.md +++ b/docs/security/compromised-renderers.md
@@ -85,7 +85,7 @@ `network::mojom::URLLoaderFactory` objects that handle HTTP requests. This lets the browser process carefully control security-sensitive `network::mojom::URLLoaderFactoryParams` of such factories (such as - `request_initiator_origin_lock`, `is_corb_enabled`, `disable_web_security` or + `request_initiator_origin_lock`, `is_orb_enabled`, `disable_web_security` or `isolation_info`). **Known gaps in protection**: