add option to ignore certificate errors (#46)

add option to ignore certificate errors
This commit is contained in:
boa
2024-11-14 20:40:28 +08:00
committed by GitHub
parent f912e57bfd
commit 65b41b2873
4 changed files with 31 additions and 12 deletions

View File

@@ -119,6 +119,7 @@ class _Settings with ChangeNotifier {
'quickFavorite': null,
'enableTurnPageByVolumeKey': true,
'enableClockAndBatteryInfoInReader': true,
'ignoreCertificateErrors': false,
};
operator [](String key) {