commit | 26d29199f278d217eb26f2005b53398b07d79725 | [log] [tgz] |
---|---|---|
author | Shakti Sahu <shaktisahu@chromium.org> | Mon May 06 18:18:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 18:18:37 2024 |
tree | 02dab1e31f86cb4cdbafe5e81d99644599ab1dc3 | |
parent | e60a0b75582b26cdb1fb3e700fff8149b6f9eb17 [diff] |
[Tab Group Sync] Filter out chrome:// URLs This CL filters out URLs when sending to sync. 1. Only http://, https:// or NTP URL are allowed. 2. Any other scheme will be converted to NTP URL. TODO: 1. Move this code to native and should be shareable with all platforms. 2. Fix incoming URL from sync in native code. The URL is already correct by fixing URL when sending to sync. But this will add extra safety. Bug: b/338855029 Change-Id: Ic3fb56abf559e9d464ee2185a52b9cc74ec0e90b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5517411 Reviewed-by: Min Qin <qinmin@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1296979}
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.