I'd vote for DNS-over-HTTPS or similar tech. Encrypting domain name resolution should help mitigate a gateway or proxy (Comcast) from knowing or blocking sites you visit.
SNI puts the DNS names you're connecting to in plaintext at the start of every TLS connection. Running your DNS over an encrypted channel won't stop someone from knowing or blocking the sites you connect to.
Ask HN: What feature would you want the web to “force” next, after HTTPS?
271–279 of 279 posts
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#272Earlier quoted context omitted.
That'd be hilarious and tragic. Most of the internet would be flagged slow.
And that would force devs to change them
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#273Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#274Earlier quoted context omitted.
I feel like I need more training for IPv6. For a long time, I've thought that it was a simple thing to enable and allow (and often our servers are dual stack). It turns out, though, that unless you really know what you're doing on the server side (i.e. overriding the horrible defaults for IPv6 resource allocation), you can end up with an inexplicably slow server that spits out bizarre errors. Anyone here have any rec…
More on the network side myself, and I thought I had v6 down, or at least the basics. What kind of resource allocation problems did you have on dual-stacked hosts? Windows/Linux/Other??
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#275Ability to mark HTTPS site as "not secure" using HTTP headers if it's asking for things like logins and passwords. Would be useful for things like free static HTML web hosts and CDNs for combating phishing. Could be something put in CSP.
Is that different from CSP form-action?
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#276Working version without javascript (unless it's crucial for the website). No opacity 0 animations, javascript only menus etc.
This should get more votes. It should be an internet requirement that a website has to be functional and readable without Js. I don't know how this could be implemented though
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#277I'd vote for DNS-over-HTTPS or similar tech. Encrypting domain name resolution should help mitigate a gateway or proxy (Comcast) from knowing or blocking sites you visit.
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#278Earlier quoted context omitted.
SNI puts the DNS names you're connecting to in plaintext at the start of every TLS connection. Running your DNS over an encrypted channel won't stop someone from knowing or blocking the sites you connect to.
Luckily, from 2018 on, SNI will be mostly unnecessary, as LE will support Wildcard certificates, with DNS verification, for many domains in a single certificate.
IIRC there are some ways SNI will be encrypted with TLS 1.3 so it's not a problem to begin with.
Re: Ask HN: What feature would you want the web to “force” next, after HTTPS?
#279Adding support of Internet Message Body Format (a.k.a. MIME) to browsers [1]. MIME is a format that can contain html/css/script/images/etc in single file (or stream). Thus the whole web application can be served as a single stream by the server. Yet emails (that are MIME files) can be opened by browsers as natively supported documents. [1] MIME : https://tools.ietf.org/html/rfc2045