diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-04-10 18:22:10 +0000 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-04-10 18:22:10 +0000 |
commit | a1f1245927decd6bccd56159f92ae849b01e6a3e (patch) | |
tree | 5ecacfd9dfd16a4bbf9dc631eb29dc3b43e1d7c9 /remove_addons.patch | |
parent | update changelog (diff) | |
parent | Remove mozilla plugin certificates, fixes #112 (diff) | |
download | librewolf-linux-a1f1245927decd6bccd56159f92ae849b01e6a3e.tar.gz librewolf-linux-a1f1245927decd6bccd56159f92ae849b01e6a3e.tar.bz2 librewolf-linux-a1f1245927decd6bccd56159f92ae849b01e6a3e.zip |
Merge branch 'remove_plugin_certificates' into 'master'
Remove plugin certificates and some pre-installed extensions
Closes #59 and #112
See merge request librewolf-community/browser/linux!8
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' + ] |