mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: default to NTLM v2 in the network service for POSIX platforms (#23934)
* build: fix for "enable_desktop_capturer = false" (#23864) * build: fix filenames autogen with new BUILDFLAG syntax (#23952) * fix: default to NTLM v2 in the network service for POSIX platforms (#23846) * chore: update patch Co-authored-by: Alexey Kuzmin <alkuzmin@microsoft.com> Co-authored-by: Samuel Attard <sattard@slack-corp.com>
This commit is contained in:
@@ -28,6 +28,10 @@ Disables the disk cache for HTTP requests.
|
||||
|
||||
Disable HTTP/2 and SPDY/3.1 protocols.
|
||||
|
||||
### --disable-ntlm-v2
|
||||
|
||||
Disables NTLM v2 for posix platforms, no effect elsewhere.
|
||||
|
||||
## --lang
|
||||
|
||||
Set a custom locale.
|
||||
|
||||
Reference in New Issue
Block a user