From 400ec4a3a2314e391a2566ce79d228faca124de6 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Tue, 3 Mar 2015 23:43:09 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud) 98426: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) 98384: Merged 5.0.1 (5.0.1) to 5.0.N (5.0.2) 98286: MNT-13473: Merged CLOUD39 (Cloud 39.3) to 5.0.1 (5.0.1) 97951: MNT-13456: git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@98533 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/repository.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/alfresco/repository.properties b/config/alfresco/repository.properties index 9fd84e3d6c..60ec5c1853 100644 --- a/config/alfresco/repository.properties +++ b/config/alfresco/repository.properties @@ -1108,4 +1108,7 @@ solr_facets.root.path=/app:company_home/app:dictionary solr_facets.root=${solr_facets.root.path}/${spaces.solr_facets.root.childname} solr_facets.inheritanceHierarchy=default,custom -models.enforceTenantInNamespace=false \ No newline at end of file +models.enforceTenantInNamespace=false + +# Allowed protocols for links +links.protocosl.white.list=http,https,ftp,mailto \ No newline at end of file