[tor-commits] [torbutton/master] Bug 29239: Don't ship the Torbutton .xpi on mobile

gk at torproject.org gk at torproject.org
Thu Jan 31 14:51:54 UTC 2019


commit 70035640b586301baa4eebff868460c1e939b8e3
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Jan 31 12:42:50 2019 +0000

    Bug 29239: Don't ship the Torbutton .xpi on mobile
    
    We include Torbutton directly into the browser on Android. The features
    .xpi we bundle is not used.
    
    Patch idea by sysrqb at torproject.org.
---
 moz.build | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/moz.build b/moz.build
index 5e067c98..28f592f8 100644
--- a/moz.build
+++ b/moz.build
@@ -7,6 +7,3 @@ JAR_MANIFESTS += ['src/jar.mn']
 JS_PREFERENCE_FILES += [
     'src/defaults/preferences/preferences.js',
 ]
-FINAL_TARGET_FILES.features['torbutton at torproject.org'] += [
-    'src/install.rdf'
-]



More information about the tor-commits mailing list