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 | 30cc819b77891ec4c097156670ecb5ce10b5d9c7 (patch) | |
tree | 600113cfc69556aaf0877a4ad50c537935a89fc4 /application/basilisk/app/profile | |
parent | dc4e425944146f495b9af9a2924357c1acc733f7 (diff) | |
download | UXP-30cc819b77891ec4c097156670ecb5ce10b5d9c7.tar UXP-30cc819b77891ec4c097156670ecb5ce10b5d9c7.tar.gz UXP-30cc819b77891ec4c097156670ecb5ce10b5d9c7.tar.lz UXP-30cc819b77891ec4c097156670ecb5ce10b5d9c7.tar.xz UXP-30cc819b77891ec4c097156670ecb5ce10b5d9c7.zip |
Rename firefox(-branding).js to basilisk(*).js
Bonus: combats some fingerprinting.
Diffstat (limited to 'application/basilisk/app/profile')
-rw-r--r-- | application/basilisk/app/profile/basilisk.js (renamed from application/basilisk/app/profile/firefox.js) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/basilisk/app/profile/firefox.js b/application/basilisk/app/profile/basilisk.js index 196f505fa..2df95a97f 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 |