Add option to ignore certificate errors. Close #485

This commit is contained in:
2025-08-24 19:19:40 +08:00
parent 38a5b2b8cf
commit ac13807ef4
4 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,10 @@ class DebugPageState extends State<DebugPage> {
},
actionTitle: 'Open'.tl,
).toSliver(),
_SwitchSetting(
title: "Ignore Certificate Errors".tl,
settingKey: "ignoreBadCertificate",
).toSliver(),
SliverToBoxAdapter(
child: Column(
children: [