Invalid onion sites are shown as secure in the page info window
STR:
- Open an invalid onion site
- Open the identity panel
- Click on connection failure
- Notice it says that the connection is not secure in the site information
- Click on more information
- Notice that the page info window says the connection is secured
I think the problem is that in browser/base/content/pageinfo/security.js
we only check if the domain ends in .onion
, without checking anything else.
Edited by Pier Angelo Vendrame