mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Conform Pale Moon AM preferences to actual locations
Uplift is NOT required
This commit is contained in:
parent
b88bddb7c7
commit
01acdb9bd3
2 changed files with 17 additions and 25 deletions
|
|
@ -1,7 +1,3 @@
|
|||
#define APO_URL addons.palemoon.org
|
||||
#define APO_AM_URL @APO_URL@/integration/addon-manager
|
||||
#define APO_AUS_ARGS reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%¤tAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
|
||||
|
||||
// ===| General |==============================================================
|
||||
|
||||
pref("startup.homepage_welcome_url","http://www.palemoon.org/firstrun.shtml");
|
||||
|
|
@ -30,15 +26,12 @@ pref("app.update.promptWaitTime", 172800);
|
|||
// ===| Add-ons Manager |======================================================
|
||||
|
||||
// Add-on window fixes
|
||||
pref("extensions.getMoreThemesURL", "https://@APO_AM_URL@/external/themes");
|
||||
pref("extensions.getMoreThemesURL", "https://addons.palemoon.org/themes/");
|
||||
|
||||
// Extensions Blocklist
|
||||
pref("extensions.blocklist.url","http://blocklist.palemoon.org/%VERSION%/blocklist.xml");
|
||||
pref("extensions.blocklist.itemURL", "http://blocklist.palemoon.org/info/?id=%blockID%");
|
||||
|
||||
// Dictionary URL
|
||||
pref("browser.dictionaries.download.url", "https://@APO_URL@/dictionaries/");
|
||||
|
||||
pref("extensions.update.autoUpdateDefault", true); // Automatically update extensions by default
|
||||
pref("extensions.getAddons.maxResults", 10);
|
||||
pref("extensions.getAddons.cache.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue