From 016d2ddbb67ad29f36d175320e99986e7ad2571a Mon Sep 17 00:00:00 2001 From: Ionel Popescu Date: Tue, 28 Sep 2021 09:16:06 -0700 Subject: [PATCH] Add Secure Context to EyeDropper API. Per https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features it is recommended that new and particularly powerful web platform features should be available only to secure origins by default. Bug: 1253760 Change-Id: I72223ab7ae7b215c215534fba6103e5d0d2dde92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3189871 Reviewed-by: Mason Freed Commit-Queue: Ionel Popescu Cr-Commit-Position: refs/heads/main@{#925792} --- ...ntative.html => eye-dropper-abort-signal.tentative.https.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eyedropper/{eye-dropper-abort-signal.tentative.html => eye-dropper-abort-signal.tentative.https.html} (100%) diff --git a/eyedropper/eye-dropper-abort-signal.tentative.html b/eyedropper/eye-dropper-abort-signal.tentative.https.html similarity index 100% rename from eyedropper/eye-dropper-abort-signal.tentative.html rename to eyedropper/eye-dropper-abort-signal.tentative.https.html