mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-02 05:39:18 +00:00
11 lines
514 B
C++
11 lines
514 B
C++
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
|
|
index beced8067e6c8b5c8cf8e3f6060ba259ec9a294d..33a264e7f9cf97944da3888bdb957fa6e7c4c346 100644
|
|
--- a/browser/app/profile/firefox.js
|
|
+++ b/browser/app/profile/firefox.js
|
|
@@ -3398,3 +3398,5 @@ pref("toolkit.contentRelevancy.enabled", false);
|
|
pref("toolkit.contentRelevancy.ingestEnabled", false);
|
|
// Pref to enable extra logging for the content relevancy feature
|
|
pref("toolkit.contentRelevancy.log", false);
|
|
+
|
|
+#include zen-browser.js
|