Opera sucks just as much as Edge does.
This commit is contained in:
parent
6b03fe9f40
commit
9332a37a74
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ namespace Mist {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
chromeWorkaround = (H.GetHeader("User-Agent").find("Chrome") != std::string::npos && H.GetHeader("User-Agent").find("Edge") == std::string::npos);
|
chromeWorkaround = (H.GetHeader("User-Agent").find("Chrome") != std::string::npos && H.GetHeader("User-Agent").find("Edge") == std::string::npos && H.GetHeader("User-Agent").find("OPR/") == 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