Loading src/main/java/org/torproject/android/service/OrbotService.java +0 −14 Original line number Diff line number Diff line Loading @@ -584,14 +584,6 @@ public class OrbotService extends VpnService { startTorService(); showTorServiceErrorMsg = true; if (Prefs.hostOnionServicesEnabled()) { try { updateV3OnionNames(); } catch (SecurityException se) { logNotice(getString(R.string.log_notice_unable_to_update_onions)); } } } catch (Exception e) { logNotice(getString(R.string.unable_to_start_tor) + " " + e.getLocalizedMessage()); stopTorOnError(e.getLocalizedMessage()); Loading Loading @@ -906,12 +898,6 @@ public class OrbotService extends VpnService { return null; } if (Prefs.hostOnionServicesEnabled()) { // add any needed client authorization and hosted onion service config lines to torrc V3ClientAuthColumns.addClientAuthToTorrc(extraLines, this, mV3AuthBasePath); OnionServiceColumns.addV3OnionServicesToTorrc(extraLines, this, mV3OnionBasePath); } return extraLines; } Loading Loading
src/main/java/org/torproject/android/service/OrbotService.java +0 −14 Original line number Diff line number Diff line Loading @@ -584,14 +584,6 @@ public class OrbotService extends VpnService { startTorService(); showTorServiceErrorMsg = true; if (Prefs.hostOnionServicesEnabled()) { try { updateV3OnionNames(); } catch (SecurityException se) { logNotice(getString(R.string.log_notice_unable_to_update_onions)); } } } catch (Exception e) { logNotice(getString(R.string.unable_to_start_tor) + " " + e.getLocalizedMessage()); stopTorOnError(e.getLocalizedMessage()); Loading Loading @@ -906,12 +898,6 @@ public class OrbotService extends VpnService { return null; } if (Prefs.hostOnionServicesEnabled()) { // add any needed client authorization and hosted onion service config lines to torrc V3ClientAuthColumns.addClientAuthToTorrc(extraLines, this, mV3AuthBasePath); OnionServiceColumns.addV3OnionServicesToTorrc(extraLines, this, mV3OnionBasePath); } return extraLines; } Loading