tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 703486a0fca38b76c6ed957c954090e427c1443c
parent b1f42ab9db38bc825f67d37fbd5dd0ba01ec23fd
Author: Kathy Brade <brade@pearlcrescent.com>
Date:   Tue, 23 May 2017 17:05:29 -0400

BB 21431: Clean-up system extensions shipped in Firefox

Only ship the pdfjs extension.

Diffstat:
Mbrowser/extensions/moz.build | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/browser/extensions/moz.build b/browser/extensions/moz.build @@ -4,14 +4,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -DIRS += [ - "data-leak-blocker", - "formautofill", - "ipp-activator", - "webcompat", - "pictureinpicture", - "search-detection", - "newtab", -] +DIRS += [] JAR_MANIFESTS += ["jar.mn"]