Perspectives
Perspectives copied to clipboard
Change message or prevent user from sending reports for unencrypted pages?
Currently if you open a regular http web page and click on 'Report Attack' the user gets an error message. Please look at bdbf5486aeb055727b5cb432a5d6a3873a5b4ac1 - What do you think about differentiating between
- errors that prevent us from sending a report, and
- not even trying to send a report for non-encrypted web pages?
That code just says if (!cert) { return; }. Does not having a cert object there just mean the web page is not encrypted? Is there a better way of checking?
If we really wanted I supposed we could disable the 'Report Attack' menu option (or other applicable options) if the site was not an encrypted website.
Related to #49