From 32af22b2b58d836f413b8bf5550dd38b799cf57f Mon Sep 17 00:00:00 2001 From: Akash Yadav Date: Tue, 4 Feb 2025 18:11:14 +0530 Subject: [PATCH] fix: update assets.json contentURL to main branch --- patches/preferences/ironfox.js | 2 +- patches/ubo/assets/assets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/preferences/ironfox.js b/patches/preferences/ironfox.js index 2df861dd..018d9f66 100644 --- a/patches/preferences/ironfox.js +++ b/patches/preferences/ironfox.js @@ -26,6 +26,6 @@ pref("browser.translations.alwaysTranslateLanguages", ""); // [DEFAULT] pref("layout.css.prefers-color-scheme.content-override", 2); // [DEFAULT] /// Set the URL for the custom assets.json file -pref("ironfox.uBO.assetsBootstrapLocation", "https://gitlab.com/ironfox-oss/IronFox/-/raw/ubo/patches/ubo/assets/assets.json"); +pref("ironfox.uBO.assetsBootstrapLocation", "https://gitlab.com/ironfox-oss/IronFox/-/raw/main/patches/main/assets/assets.json"); pref("browser.ironfox.applied", true, locked); diff --git a/patches/ubo/assets/assets.json b/patches/ubo/assets/assets.json index 522fe4b5..4b74ff80 100644 --- a/patches/ubo/assets/assets.json +++ b/patches/ubo/assets/assets.json @@ -3,7 +3,7 @@ "content": "internal", "updateAfter": 13, "contentURL": [ - "https://gitlab.com/ironfox-oss/IronFox/-/raw/ubo/patches/ubo/assets/assets.json", + "https://gitlab.com/ironfox-oss/IronFox/-/raw/main/patches/main/assets/assets.json", "assets/assets.json" ] },