commit | 2f72d65360cb58430f1d230cc4d4926339c0fd5d | [log] [tgz] |
---|---|---|
author | Viplav Kadam <viplavkadam@google.com> | Fri Mar 14 22:43:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 14 22:43:18 2025 |
tree | f5c6a28f99105695eb2a0a0e249669414f4ce0b7 | |
parent | c4919e39ad574f61fce915531e125b93fa1857ad [diff] |
[BNPL][Chrome] Remove encoding for fetching url request We added encoding because requests were failing to pass through the GFE on the server side. However, encoding is no longer needed for fetching URL requests. Bug: b:403317702, 356443046 Change-Id: I7bfbeeb56232e82310b2a099b2742966a48d9230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6351443 Reviewed-by: Vinny Persky <vinnypersky@google.com> Commit-Queue: Viplav Kadam <viplavkadam@google.com> Cr-Commit-Position: refs/heads/main@{#1433025}
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.