[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Add Tor integration and UI



Title: GitLab

Pier Angelo Vendrame pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

  • 4fbe1f59
    by Pier Angelo Vendrame at 2023-12-21T21:58:05+00:00
    fixup! Add Tor integration and UI
    
    Bug 42248: Allow GeckoView to launch tor
    
    Add a torrc-defaults with the configuration of pluggable transports.
    We should remove it once we remove tor-android-service and
    tor-onion-proxy-library, and include it in their replacement.
    

1 changed file:

Changes:

  • fenix/app/src/main/assets/common/torrc-defaults
    1
    +## torrc-defaults for Tor Browser for Android
    
    2
    +AvoidDiskWrites 1
    
    3
    +# (stderr|stdout|syslog|file FILENAME).
    
    4
    +Log notice stdout
    
    5
    +CookieAuthentication 1
    
    6
    +DormantCanceledByStartup 1
    
    7
    +ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit exec ./libObfs4proxy.so
    
    8
    +ClientTransportPlugin snowflake exec ./libSnowflake.so
    
    9
    +ClientTransportPlugin webtunnel exec ./libWebtunnel.so
    
    10
    +ClientTransportPlugin conjure exec ./libConjure.so -registerURL https://registration.refraction.network/api

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits