diff options
Diffstat (limited to 'remove_addons.patch')
-rw-r--r-- | remove_addons.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/remove_addons.patch b/remove_addons.patch new file mode 100644 index 0000000..15da8ae --- /dev/null +++ b/remove_addons.patch @@ -0,0 +1,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' + ] |