| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The current revision changed the following files compared with the initial revision: third_party/blink/common/service_worker/service_worker_loader_helpers.cc, third_party/blink/renderer/platform/loader/cors/cors.cc, third_party/blink/tools/blinkpy/presubmit/audit_non_blink_usage.py. Learn more: go/rubber-stamper-user-guide.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[M151] Add network::cors::IsCorsSafelistedResponseHeaderName
Original change's description:
> Add network::cors::IsCorsSafelistedResponseHeaderName
>
> The CORS-safelisted response-header-name list is duplicated in two Blink
> copies: the renderer WTF predicate IsCorsSafelistedResponseHeader() and
> the blink-common IsCorsExposedResponseHeader() helper. There is no
> browser-process-callable primitive for it, which a later change needs.
>
> Add IsCorsSafelistedResponseHeaderName() next to the request-side
> safelist predicates in network::cors and fold both Blink copies onto it.
> The blink-common copy keeps its content-range media carve-out as an
> explicit branch. No behavior change: the renderer set was matched
> case-insensitively before and the new predicate lowercases the input.
>
> Bug: 533917984
> Change-Id: I41ba7c40c3a4474c21e98bd8be998f538e4f3513
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8084477
> Reviewed-by: Kenichi Ishibashi <ba...@chromium.org>
> Commit-Queue: Maksim Sisov <msi...@igalia.com>
> Reviewed-by: Daniel Cheng <dch...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1662521}
(cherry picked from commit 77d1561238e8a4d00c5c1068a6daf76dbca12a6f)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |