On 05.04.2016 18:52, Martin crysman Zahradník wrote:
> Thank you, but ... if I do not have the owncloud enterprise with file
> firewall... how do I do that (that is: /disable all remote clients
> (desktop/mobile applications) synchronizations except for internet
> browser access to ownCloud/)?

1. Do not, never, and never ever remove status.php, or any core file. It
will have unforseeable side effects.
2. Blacklist based on user agents
(http://serverfault.com/questions/251988/blocking-apache-access-via-user-agent-string).
You can find the user agents in this issue:
https://github.com/owncloud/client/issues/2818.
3. Previously, you could just blacklist the WebDAV routes. However, the
web interface in ownCloud 9 also uses WebDAV, so this option does not
exist anymore. Also, blocking WebDAV routes may lead to federated
sharing to fail.

Note that this will only keep out occasional users. It will not enforce
full compliance (e.g. you could still log in with a random WebDAV client
and mass download files if thats your concern).

Cheers,
  Daniel

-- 
www.owncloud.com - Your Data, Your Cloud, Your Way!

ownCloud GmbH, GF: Markus Rex, Holger Dyroff
Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)

_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to