Remove IE_8 user agent string
This commit is contained in:
parent
9fd274c447
commit
8f3dc0ba43
|
@ -56,7 +56,6 @@ use OCP\Security\ISecureRandom;
|
|||
class Request implements \ArrayAccess, \Countable, IRequest {
|
||||
|
||||
const USER_AGENT_IE = '/(MSIE)|(Trident)/';
|
||||
const USER_AGENT_IE_8 = '/MSIE 8.0/';
|
||||
// Microsoft Edge User Agent from https://msdn.microsoft.com/en-us/library/hh869301(v=vs.85).aspx
|
||||
const USER_AGENT_MS_EDGE = '/^Mozilla\/5\.0 \([^)]+\) AppleWebKit\/[0-9.]+ \(KHTML, like Gecko\) Chrome\/[0-9.]+ (Mobile Safari|Safari)\/[0-9.]+ Edge\/[0-9.]+$/';
|
||||
// Firefox User Agent from https://developer.mozilla.org/en-US/docs/Web/HTTP/Gecko_user_agent_string_reference
|
||||
|
|
Loading…
Reference in New Issue