]> Sergey Matveev's repositories - public-inbox.git/commit
hval: implement common UI for protocol-relative URLs
authorEric Wong <e@80x24.org>
Thu, 25 Feb 2016 03:57:16 +0000 (03:57 +0000)
committerEric Wong <e@80x24.org>
Thu, 25 Feb 2016 04:03:06 +0000 (04:03 +0000)
commit57cbe47ad5e935f5071e37b07c0a2bdcc91beea0
treee0436793ba19d2409e1ad9e9baffe8a7dd7b10c4
parent65ff86f333a1f8276943248efef7fa2a64afe9e3
hval: implement common UI for protocol-relative URLs

This allows users to avoid HTTPS -> HTTP downgrade warnings,
but we will also avoid encouraging them towards HTTPS, for now.

IMHO: the CA system gives a false sense of security,
TLS libraries (e.g. OpenSSL) can introduce new bugs and
problems (even to attack clients), and TLS libraries
also eats memory on cheap servers.
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Hval.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/WWW.pm