aboutsummaryrefslogtreecommitdiff
path: root/remove_addons.patch
blob: 15da8ae6c9386b877e6ccdea01054b1457d1b06c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/browser/extensions/moz.build b/browser/extensions/moz.build
index 4c9fa78..095d199 100644
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
@@ -5,10 +5,7 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 DIRS += [
-    'doh-rollout',
     'formautofill',
     'pdfjs',
-    'screenshots',
-    'webcompat',
-    'report-site-issue'
+    'screenshots'
 ]
bgstack15