[Git][tpo/applications/android-components][android-components-57.0.6-10.0-2] fixup! Bug 40006: Expose Security Level interface

Georg Koppen pushed to branch android-components-57.0.6-10.0-2 at The Tor Project / Applications / android-components Commits: db8df1a2 by Matthew Finkel at 2020-10-04T01:46:53+00:00 fixup! Bug 40006: Expose Security Level interface Bug 40014: Set the default Security Level as 4 - - - - - 1 changed file: - components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt Changes: ===================================== components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt ===================================== @@ -214,7 +214,7 @@ data class DefaultSettings( override var fontSizeFactor: Float? = null, override var forceUserScalableContent: Boolean = false, override var loginAutofillEnabled: Boolean = false, - override var torSecurityLevel: Int = 0 + override var torSecurityLevel: Int = 4 ) : Settings() class UnsupportedSetting<T> { View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/d... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/d... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Georg Koppen