Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-12-12 14:16:01 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-12-12 14:16:01 +0300
commitf0202245ee7a74790522bc67ce3f5e44afd82a91 (patch)
tree8a70af0c2e34af9280e639377762ff0185791155 /lib/public/IRequest.php
parent134bd51fe6e5cd19b610eaa6da53b2819f6db3c4 (diff)
allow 'Nextcloud' in the user agent string of Android
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/public/IRequest.php')
-rw-r--r--lib/public/IRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IRequest.php b/lib/public/IRequest.php
index c4f59f85d4a..a14b6b5f459 100644
--- a/lib/public/IRequest.php
+++ b/lib/public/IRequest.php
@@ -67,7 +67,7 @@ interface IRequest {
/**
* @since 9.1.0
*/
- const USER_AGENT_CLIENT_ANDROID = '/^Mozilla\/5\.0 \(Android\) ownCloud\-android.*$/';
+ const USER_AGENT_CLIENT_ANDROID = '/^Mozilla\/5\.0 \(Android\) (ownCloud|Nextcloud)\-android.*$/';
/**
* @since 13.0.0