browser-base icon indicating copy to clipboard operation
browser-base copied to clipboard

No warnings for broken https

Open Madis0 opened this issue 4 years ago • 1 comments

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

  1. Visit a site with broken security
  2. 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

Madis0 avatar Oct 03 '20 18:10 Madis0

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

Octalbyte avatar Nov 25 '20 11:11 Octalbyte