commit | b1a9b3f6134a82315c0e21c72eb57b4e30124055 | [log] [tgz] |
---|---|---|
author | Thiago Bastos <tbastos@google.com> | Fri May 05 15:06:08 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 05 15:06:08 2023 |
tree | 695dc71d934904e427a9cd92949650c5e874cc38 | |
parent | 0427f512b698a02769fe91fd8913ff33bc9e547a [diff] |
ambient: Require HTTPS in managed screensaver URLs Currently, image URLs are not validated and HTTPS is not enforced. Validate and canonicalize the URLs received in the policy handler. Require the use of either HTTPS or 127.0.0.1 (for testing). Bug: b/280066026 Test: ./ash_unittests --gtest_filter='ScreensaverImage*' Change-Id: I3c4b5f6176432cf72fd8e4ab519b0b8c23448a03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4489272 Auto-Submit: Thiago Bastos <tbastos@google.com> Reviewed-by: Emmanuel Arias Soto <eariassoto@google.com> Commit-Queue: Thiago Bastos <tbastos@google.com> Cr-Commit-Position: refs/heads/main@{#1140126}
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.