mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update apps_management_installation.rst
removed incorrect 'appcodechecker' section
This commit is contained in:
@@ -113,15 +113,4 @@ To enable installation from your own apps store:
|
||||
|
||||
"appstoreenabled" => true,
|
||||
"appstoreurl" => "http://api.apps.owncloud.com/v1",
|
||||
|
||||
Guarding Against Malicious Code
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You can enable checks for malicious code fragments in third party apps
|
||||
by setting the **appcodechecker** parameter.
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
<?php
|
||||
|
||||
"appcodechecker" => false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user