browser-base
browser-base copied to clipboard
No warnings for broken https
Bug description Various states of broken https, including old TLS versions do not show any errors in Wexond. Test them on https://badssl.com/ and compare to Chrome.
To Reproduce
- Visit a site with broken security
- See the site
Expected behavior An error page.
Screenshots
Details:
- Operating System: Manjaro 20.1.1
- Wexond version: 5.1.0
- Last known working Wexond version: N/A
Additional context
Before the webview loading url or after the webview redirects to an url, the ideal would be to Wexond make his own separate https request with a custom module forked from nodejs's request module, for example, to throw an error if the negotiation is not successfull