Perspectives icon indicating copy to clipboard operation
Perspectives copied to clipboard

Change message or prevent user from sending reports for unencrypted pages?

Open daveschaefer opened this issue 14 years ago • 1 comments

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

  1. errors that prevent us from sending a report, and
  2. 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.

daveschaefer avatar Jan 18 '12 04:01 daveschaefer

Related to #49

ghost avatar Jun 15 '14 21:06 ghost