foxgirl-linux/remove_addons.patch
ohfp b044585b88 Remove mozilla plugin certificates, fixes #112
Via `sed` instead of a patch, in the hope that it might be less of a
maintenance burden compared to patch witch changes in the file to patch
with subsequent upstream releases.

Should only be merged once it's ensured there are no unforseen side
effects when built with the Plugin Certificates removed.
2020-04-10 18:22:10 +00:00

17 lines
403 B
Diff

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'
]