We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef2140 commit 94defcfCopy full SHA for 94defcf
app/main/index.ts
@@ -209,9 +209,9 @@ function createMainWindow(): BrowserWindow {
209
ses.setUserAgent(`ZulipElectron/${app.getVersion()} ${ses.getUserAgent()}`);
210
211
const allowNtlmCredentialsForDomains = EnterpriseUtil.getConfigItem(
212
- "allowNtlmCredentialsForDomains",
213
- []
214
- );
+ "allowNtlmCredentialsForDomains",
+ []
+ );
215
for (const domain of allowNtlmCredentialsForDomains) {
216
ses.allowNTLMCredentialsForDomains(domain);
217
}
0 commit comments