summaryrefslogtreecommitdiffstats
path: root/browser/app/profile/firefox.js
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-06-02 01:34:01 +0200
committerGitHub <noreply@github.com>2018-06-02 01:34:01 +0200
commit571b7cdbed4dfbccef83e9208422e58eea504b6f (patch)
tree888393feffb61f88cac6c2cfbe58faac8da7a879 /browser/app/profile/firefox.js
parentd308bde8a31ae3e3a16b531af9a74de78deae53c (diff)
parentd38e7b77846e346130acae2fe842dc91b1749556 (diff)
downloadUXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar
UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar.gz
UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar.lz
UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.tar.xz
UXP-571b7cdbed4dfbccef83e9208422e58eea504b6f.zip
Merge pull request #424 from Ascrod/UITour
Remove UITour
Diffstat (limited to 'browser/app/profile/firefox.js')
-rw-r--r--browser/app/profile/firefox.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
index ede62fd5e..2babde3b0 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -178,20 +178,6 @@ pref("browser.eme.ui.enabled", true);
pref("browser.eme.ui.enabled", false);
#endif
-// UI tour experience.
-pref("browser.uitour.enabled", true);
-pref("browser.uitour.loglevel", "Error");
-pref("browser.uitour.requireSecure", true);
-pref("browser.uitour.themeOrigin", "https://addons.mozilla.org/%LOCALE%/firefox/themes/");
-pref("browser.uitour.url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tour/");
-// This is used as a regexp match against the page's URL.
-pref("browser.uitour.readerViewTrigger", "^https:\\/\\/www\\.mozilla\\.org\\/[^\\/]+\\/firefox\\/reading\\/start");
-// How long to show a Hearbeat survey (two hours, in seconds)
-pref("browser.uitour.surveyDuration", 7200);
-
-pref("browser.customizemode.tip0.shown", false);
-pref("browser.customizemode.tip0.learnMoreUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize");
-
pref("keyword.enabled", true);
pref("browser.fixup.domainwhitelist.localhost", true);
@@ -1301,8 +1287,6 @@ pref("privacy.trackingprotection.ui.enabled", true);
#else
pref("privacy.trackingprotection.ui.enabled", false);
#endif
-pref("privacy.trackingprotection.introCount", 0);
-pref("privacy.trackingprotection.introURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/");
// Enable Contextual Identity Containers
#ifdef NIGHTLY_BUILD