From 251168d90b1a5b9e18b34c26e920a03156107231 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Thu, 4 Jul 2019 11:47:42 -0400 Subject: [PATCH] Update pushlog-addon to use buildhub2 (#7) (#8) --- content.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content.js b/content.js index 28bb7c0..0bfc5f7 100644 --- a/content.js +++ b/content.js @@ -118,7 +118,7 @@ function getPushlogUrl(last, prev, channel) { } async function getBuildInfo(buildid) { - const url = "https://buildhub.prod.mozaws.net/v1/buckets/build-hub/collections/releases/search"; + const url = "https://buildhub.moz.tools/api/search"; const query = { "aggs": { "products": { diff --git a/manifest.json b/manifest.json index 6718f69..62194bc 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,7 @@ } ], "permissions": [ - "https://buildhub.prod.mozaws.net/*", + "https://buildhub.moz.tools/*", "contextMenus", "tabs" ]