mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Set version to 96.0.0.
This commit is contained in:
parent
604f188970
commit
a7afdb776c
@ -149,6 +149,7 @@ class AppRequestInterceptor(
|
|||||||
ErrorType.ERROR_NO_INTERNET,
|
ErrorType.ERROR_NO_INTERNET,
|
||||||
ErrorType.ERROR_UNKNOWN_PROTOCOL -> RiskLevel.Low
|
ErrorType.ERROR_UNKNOWN_PROTOCOL -> RiskLevel.Low
|
||||||
|
|
||||||
|
ErrorType.ERROR_HTTPS_ONLY,
|
||||||
ErrorType.ERROR_SECURITY_BAD_CERT,
|
ErrorType.ERROR_SECURITY_BAD_CERT,
|
||||||
ErrorType.ERROR_SECURITY_SSL,
|
ErrorType.ERROR_SECURITY_SSL,
|
||||||
ErrorType.ERROR_PORT_BLOCKED -> RiskLevel.Medium
|
ErrorType.ERROR_PORT_BLOCKED -> RiskLevel.Medium
|
||||||
|
@ -69,7 +69,6 @@ class TrackingProtectionExceptionsInteractorTest {
|
|||||||
override fun contains(session: EngineSession, onResult: (Boolean) -> Unit) = Unit
|
override fun contains(session: EngineSession, onResult: (Boolean) -> Unit) = Unit
|
||||||
override fun remove(session: EngineSession) = Unit
|
override fun remove(session: EngineSession) = Unit
|
||||||
override fun remove(exception: TrackingProtectionException) = Unit
|
override fun remove(exception: TrackingProtectionException) = Unit
|
||||||
override fun restore() = Unit
|
|
||||||
}
|
}
|
||||||
private val exceptionsItem: (String) -> TrackingProtectionException = {
|
private val exceptionsItem: (String) -> TrackingProtectionException = {
|
||||||
object : TrackingProtectionException {
|
object : TrackingProtectionException {
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
object AndroidComponents {
|
object AndroidComponents {
|
||||||
const val VERSION = "96.0.20211204190107"
|
const val VERSION = "96.0.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user