(fix) disabled IMIP force sending for Lightning (fixes #3274)

This commit is contained in:
Ludovic Marcotte
2016-12-22 08:55:12 -05:00
parent ef69344a59
commit 278aeef864

View File

@@ -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;
}