danwent / Perspectives

Perspectives Firefox Extension
http://perspectives-project.org
66 stars 19 forks source link

Add option to only allow https queries #119

Open daveschaefer opened 10 years ago

daveschaefer commented 10 years ago

After we get encrypted queries rolled out, add a Preference to only allow https queries. That way even if you accidentally add an unencrypted client, it won't affect your privacy or security.

We should log if the query is not sent and visually display that in the results list.

possible preference name: extensions.perspectives.only_send_https_queries

Use a group of radio buttons in the UI so it's clear what the tradeoff is:

myano commented 10 years ago

Maybe this functionality could eventually be combined with #81?

daveschaefer commented 10 years ago

Hey @myano - My intent is for #81 to be the basic functionality for sending https queries at all. I meant this as an enhancement - once we're able to send https queries in the first place, we could add this option to ensure no regular http queries are sent.

Or were you thinking of enforcing that all queries use https?

I think allowing http queries could still be allowed, but I'd probably make https the default.