diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-02 23:40:33 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-02 23:40:33 +0200 |
commit | 2e8a3afcb87fbfea6c93fbf6ddd266e049d56be4 (patch) | |
tree | 600113cfc69556aaf0877a4ad50c537935a89fc4 /application/basilisk/app | |
parent | fed79b8fb538e37b4cf8228013095f893d835de0 (diff) | |
download | uxp-2e8a3afcb87fbfea6c93fbf6ddd266e049d56be4.tar.gz |
Rename firefox(-branding).js to basilisk(*).js
Bonus: combats some fingerprinting.
Diffstat (limited to 'application/basilisk/app')
-rw-r--r-- | application/basilisk/app/Makefile.in | 2 | ||||
-rw-r--r-- | application/basilisk/app/moz.build | 2 | ||||
-rw-r--r-- | application/basilisk/app/profile/basilisk.js (renamed from application/basilisk/app/profile/firefox.js) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/application/basilisk/app/Makefile.in b/application/basilisk/app/Makefile.in index d807b4337d..4a3b9758e9 100644 --- a/application/basilisk/app/Makefile.in +++ b/application/basilisk/app/Makefile.in @@ -42,7 +42,7 @@ libs:: cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX) endif -GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, firefox.js) +GARBAGE += $(addprefix $(FINAL_TARGET)/defaults/pref/, basilisk.js) endif diff --git a/application/basilisk/app/moz.build b/application/basilisk/app/moz.build index 1004e280ca..72f34d5758 100644 --- a/application/basilisk/app/moz.build +++ b/application/basilisk/app/moz.build @@ -9,7 +9,7 @@ DIRS += ['profile/extensions'] GeckoProgram(CONFIG['MOZ_APP_NAME']) JS_PREFERENCE_PP_FILES += [ - 'profile/firefox.js', + 'profile/basilisk.js', ] SOURCES += [ diff --git a/application/basilisk/app/profile/firefox.js b/application/basilisk/app/profile/basilisk.js index 196f505fa7..2df95a97fb 100644 --- a/application/basilisk/app/profile/firefox.js +++ b/application/basilisk/app/profile/basilisk.js @@ -77,7 +77,7 @@ pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/f pref("app.update.checkInstallTime", true); // The number of days a binary is permitted to be old without checking is defined in -// firefox-branding.js (app.update.checkInstallTime.days) +// basilisk-branding.js (app.update.checkInstallTime.days) // The minimum delay in seconds for the timer to fire between the notification // of each consumer of the timer manager. @@ -92,7 +92,7 @@ pref("app.update.timerFirstInterval", 30000); // App-specific update preferences // The interval to check for updates (app.update.interval) is defined in -// firefox-branding.js +// basilisk-branding.js // Alternative windowtype for an application update user interface window. When // a window with this windowtype is open the application update service won't |