]> source.dussan.org Git - nextcloud-server.git/commit
Add an OCP for trusted domain helper 29444/head
authorJoas Schilling <coding@schilljs.com>
Tue, 26 Oct 2021 11:26:46 +0000 (13:26 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 28 Oct 2021 08:24:16 +0000 (10:24 +0200)
commitc42f5bc5f666290b99a1662b9048d3163bee0be9
tree52a7152703a8df66acada84adb223845d4389917
parentd231d2618de78b87cbc3916109652f0432fee607
Add an OCP for trusted domain helper

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Security/TrustedDomainHelper.php
lib/public/Security/ITrustedDomainHelper.php [new file with mode: 0644]
tests/lib/Security/TrustedDomainHelperTest.php