Skip to content

Commit

Permalink
fix: Fix overwritten SSL cert verification
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed Oct 11, 2023
1 parent c702e2b commit 4dcec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import 'ffi.dart';
import 'generated/l10n.dart';

void main() async {
HttpOverrides.global = MyHttpOverrides();
// HttpOverrides.global = MyHttpOverrides();

// Storage initialize
await GetStorage.init();
Expand Down

0 comments on commit 4dcec65

Please sign in to comment.