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" ]