https://bugzilla.wikimedia.org/show_bug.cgi?id=40541

--- Comment #21 from Chris Steipp <[email protected]> ---
(In reply to comment #20)
> (In reply to comment #19)
> > What are the combinations?
> 
> 1. If you have prefershttps turned on, you always go to HTTPS.
> 2. If you don't have prefershttps turned on, you are sent to whatever
> protocol
> you were originally on. In other words, if you came from HTTP, you go back to
> HTTP. If you came from HTTPS, you go back to HTTPS.

The full set of options I was using while implementing this ended up as:

preferhttps    geoip-https    browsing    final protocol
true        no        http        http
true        no        https        https
true        yes        http        https
true        yes        https        https
false        no        http        http
false        no        https        https (w/ insec cookies)
false        yes        http        http
false        yes        https        https (w/ insec cookies?)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to