jtc-overlay/mail-client/thunderbird/files/privacy-patchset-78/firefox-60-disable-data-sharing-infobar.patch

14 lines
322 B
Diff
Raw Normal View History

2022-08-30 19:46:53 +00:00
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -2045,10 +2045,6 @@
MenuTouchModeObserver.init();
}
- if (AppConstants.MOZ_DATA_REPORTING) {
- gDataNotificationInfoBar.init();
- }
-
if (!AppConstants.MOZILLA_OFFICIAL) {
DevelopmentHelpers.init();
}