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