diff options
Diffstat (limited to 'devel/electron37/files/patch-net_http_http__auth__handler__negotiate.cc')
-rw-r--r-- | devel/electron37/files/patch-net_http_http__auth__handler__negotiate.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-net_http_http__auth__handler__negotiate.cc b/devel/electron37/files/patch-net_http_http__auth__handler__negotiate.cc new file mode 100644 index 000000000000..699bf9210420 --- /dev/null +++ b/devel/electron37/files/patch-net_http_http__auth__handler__negotiate.cc @@ -0,0 +1,11 @@ +--- net/http/http_auth_handler_negotiate.cc.orig 2025-04-22 20:15:27 UTC ++++ net/http/http_auth_handler_negotiate.cc +@@ -119,7 +119,7 @@ int HttpAuthHandlerNegotiate::Factory::CreateAuthHandl + #elif BUILDFLAG(IS_POSIX) + if (is_unsupported_) + return ERR_UNSUPPORTED_AUTH_SCHEME; +-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Note: Don't set is_unsupported_ = true here. AllowGssapiLibraryLoad() + // might change to true during a session. + if (!http_auth_preferences() || |