diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-10-19 09:16:25 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-10-19 09:16:25 +0200 |
commit | 56eb74dbedb8663070f837deee42d31d027e3dd7 (patch) | |
tree | 94c5bbbb4cd7dabc9561dfd44de8d7d347c080b8 /application/basilisk/app/profile/basilisk.js | |
parent | 8c3d0aaca0d1db89a3a23665cfde43980c6191ed (diff) | |
parent | c423bdaf0364fe1dd3b540145779ccd0c6a053f7 (diff) | |
download | UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar.gz UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar.lz UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar.xz UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'application/basilisk/app/profile/basilisk.js')
-rw-r--r-- | application/basilisk/app/profile/basilisk.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index fd81e8204..eeec29eb9 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -1266,13 +1266,6 @@ pref("media.gmp-widevinecdm.enabled", true); // -1 means no experiment is run and we use the preferred value for frecency (6h) pref("browser.cache.frecency_experiment", 0); -pref("browser.translation.detectLanguage", false); -pref("browser.translation.neverForLanguages", ""); -// Show the translation UI bits, like the info bar, notification icon and preferences. -pref("browser.translation.ui.show", false); -// Allows to define the translation engine. Bing is default, Yandex may optionally switched on. -pref("browser.translation.engine", "bing"); - // Telemetry settings. // Determines if Telemetry pings can be archived locally. pref("toolkit.telemetry.archive.enabled", true); |