]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/helpers/ProxyHelper.kt
Block trackers listed at privacytests.org. https://redmine.stoutner.com/issues/863
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / helpers / ProxyHelper.kt
index c0cad0377acc93a791408321f04217944891a2a4..58057b780407edf9dfbcb9303b7574ed2c45b7ec 100644 (file)
@@ -42,7 +42,7 @@ import java.net.SocketAddress
 
 class ProxyHelper {
     companion object {
-        // Define the public companion object constants.  These can be moved to public class constants once the entire project has migrated to Kotlin.
+        // Define the public static companion object constants.
         const val NONE = "None"
         const val TOR = "Tor"
         const val I2P = "I2P"