mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Extend list
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c7c1133c15
commit
9821913e75
@ -77,6 +77,11 @@ interface IRequest {
|
||||
*/
|
||||
public const USER_AGENT_CLIENT_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) (mirall|csyncoC)\/.*$/';
|
||||
|
||||
/**
|
||||
* @since 26.0.0
|
||||
*/
|
||||
public const USER_AGENT_TALK_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) Nextcloud\-Talk v.*$/';
|
||||
|
||||
/**
|
||||
* @since 9.1.0
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user