Skip to content

Commit

Permalink
windows/_microsoft: "disabled features", not omissions
Browse files Browse the repository at this point in the history
+ spell out the missing protocols
+ mention brotli and zstd as well
  • Loading branch information
bagder committed Aug 26, 2024
1 parent 2bbd006 commit b6663b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions windows/_microsoft.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets
</pre>

SUBTITLE(Omissions)
SUBTITLE(Disabled features)
<p>
The build Microsoft ships omits several good features:
The Microsoft curl build omits several good features:
<ul>
<li> it has no Public Suffic List (PSL) support, making it impossible to prevent "super cookies"
<li> it does not support HTTP/2 or HTTP/3
<li> it only supports a limited set of protocols (no SCP, SFTP, etc)
<li> no Public Suffic List (PSL) support, making it impossible to prevent "super cookies"
<li> no support for HTTP/2 or HTTP/3
<li> no support for GOPHER(S), LDAP(S), RTMP, RTSP, SCP, SFTP, WS(S))
<li> no brotli or zstd compression
</ul>

SUBTITLE(Separate)
Expand Down

0 comments on commit b6663b8

Please sign in to comment.