summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-26 12:56:25 +0200
committerJoas Schilling <coding@schilljs.com>2021-10-26 13:39:19 +0200
commit2c6dc8240a7a9575ae7a9e4414eef956b5c9204b (patch)
tree729779adfb75b9c1d93eb526003b19391b016b0c /psalm.xml
parent1ace0327d2171f79abbf33ba8f8d9177856a568f (diff)
Limit URLs to trusted domains for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 48a82f9cd..f326607cf 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -25,6 +25,7 @@
<referencedClass name="Doctrine\DBAL\Types\Types" />
<referencedClass name="GuzzleHttp\Exception\ClientException" />
<referencedClass name="OC" />
+ <referencedClass name="OC\Security\TrustedDomainHelper" />
<referencedClass name="OCA\Circles\Api\v1\Circles" />
<referencedClass name="OCA\Circles\Events\AddingCircleMemberEvent" />
<referencedClass name="OCA\Circles\Events\CircleDestroyedEvent" />
@@ -46,6 +47,7 @@
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
<referencedClass name="Doctrine\DBAL\Schema\Table" />
<referencedClass name="OC\DB\ConnectionAdapter" />
+ <referencedClass name="OC\Security\TrustedDomainHelper" />
<referencedClass name="OCA\Circles\Model\Member" />
<referencedClass name="OCA\DAV\CardDAV\PhotoCache" />
<referencedClass name="OCA\FederatedFileSharing\AddressHandler" />