mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-29 03:25:45 -04:00
fix: update assets.json contentURL to main branch
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user