Skip to content

nextcloud: add utility to disable trusted domains

Jan Pavlinec requested to merge feature/nextcloud-trusted-domains into develop

This PR adds script which disables trusted domains in nextcloud.

The reason why it's not run in postinst script is that trusted domains prevents Cross site request forgery attack

Users should enable this explicitly.

Fixes https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/534

Merge request reports