mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
add option to ignore certificate errors (#46)
add option to ignore certificate errors
This commit is contained in:
@@ -119,6 +119,7 @@ class _Settings with ChangeNotifier {
|
||||
'quickFavorite': null,
|
||||
'enableTurnPageByVolumeKey': true,
|
||||
'enableClockAndBatteryInfoInReader': true,
|
||||
'ignoreCertificateErrors': false,
|
||||
};
|
||||
|
||||
operator [](String key) {
|
||||
|
Reference in New Issue
Block a user