packages icon indicating copy to clipboard operation
packages copied to clipboard

[webview_flutter] Add an option to bypass SSL checks

Open Colman opened this issue 4 months ago • 2 comments

When the webview encounters an SSL error, there is no option to be able to bypass the error. This PR implements a callback that gets called with the SSL error and certificate details. A decision can be returned to either ignore the error and proceed, or cancel the request.

https://github.com/flutter/flutter/issues/36925

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Colman avatar Oct 18 '24 20:10 Colman