diff --git a/.config/ci.yml b/.config/ci.yml index d20ede8d35..7639df8807 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -221,9 +221,10 @@ checkActivityPubGetSignature: false # For security reasons, uploading attachments from the intranet is prohibited, # but exceptions can be made from the following settings. Default value is "undefined". # Read changelog to learn more (Improvements of 12.90.0 (2021/09/04)). -#allowedPrivateNetworks: [ -# '127.0.0.1/32' -#] +allowedPrivateNetworks: [ + '127.0.0.1/32', + '192.168.65.0/24' +] #customMOTD: ['Hello World', 'The sharks rule all', 'Shonks']