mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
(fix) disabled IMIP force sending for Lightning (fixes #3274)
This commit is contained in:
@@ -396,6 +396,9 @@
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=865726 and
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=997784
|
||||
//
|
||||
// This code has been disabled - see 0003274.
|
||||
//
|
||||
#if 0
|
||||
userAgents = [[context request] headersForKey: @"User-Agent"];
|
||||
|
||||
for (i = 0; i < [userAgents count]; i++)
|
||||
@@ -407,6 +410,7 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user