Disallow external files to mount local storage

This commit is contained in:
Micke Nordin 2024-04-22 11:08:41 +02:00
parent d07ed76d36
commit e72c42924a

View file

@ -39,6 +39,7 @@ $CONFIG = array (
<% if @location == 'sunet-test' -%>
'filelocking.debug' => true,
<% end -%>
'files_external_allow_create_new_local' => false,
'forcessl' => true,
'gs.enabled' => '<%= @gs_enabled %>',
'gs.federation' => '<%= @gs_federation %>',