summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Thompson <cthomp@chromium.org>2019-03-02 01:30:06 +0000
committerMichael BrĂ¼ning <michael.bruning@qt.io>2019-12-02 12:42:29 +0000
commit8b7483fe10951714f18b0f493e9c09dc04a9c08a (patch)
treee2d78d9463b5ba3fea89fb6e78bc03b373515fbd
parentf6daf509b2ac3317b56dd257cd3cd88887ec62bd (diff)
downloadqtwebengine-chromium-8b7483fe10951714f18b0f493e9c09dc04a9c08a.tar.gz
[Backport] CVE-2019-5793
Update chrome.dashboardPrivate API match Bug: 937487 Change-Id: I18fd1d617b11c43a92ef8b5b8d0965ea3a2f624e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--chromium/chrome/common/extensions/api/_api_features.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/common/extensions/api/_api_features.json b/chromium/chrome/common/extensions/api/_api_features.json
index 8d3a900fd74..46c12cb35e2 100644
--- a/chromium/chrome/common/extensions/api/_api_features.json
+++ b/chromium/chrome/common/extensions/api/_api_features.json
@@ -271,7 +271,7 @@
"dashboardPrivate": [{
"channel": "stable",
"contexts": ["blessed_web_page", "web_page"],
- "matches": ["https://chrome.google.com/*"]
+ "matches": ["https://chrome.google.com/webstore/*"]
}, {
"channel": "stable",
"contexts": ["blessed_extension"],