You suck, Microsoft.
This commit is contained in:
parent
5b7972ebf1
commit
34d427e90d
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ namespace Mist {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
chromeWorkaround = (H.GetHeader("User-Agent").find("Chrome") != std::string::npos);
|
chromeWorkaround = (H.GetHeader("User-Agent").find("Chrome") != std::string::npos && H.GetHeader("User-Agent").find("Edge") == std::string::npos);
|
||||||
|
|
||||||
/*LTS-START*/
|
/*LTS-START*/
|
||||||
//allow setting of max lead time through buffer variable.
|
//allow setting of max lead time through buffer variable.
|
||||||
|
|
Loading…
Add table
Reference in a new issue