Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-06 16:48:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-06 17:47:05 +0300
commit217bac0ab5a9eb7291795557aebd3d44172038a1 (patch)
tree2cc5858c8ebe190e9be357979f9c199068201e65 /psalm.xml
parentf4f4d046de3fbed88ac7081bbfc9545da0267baf (diff)
Clean up HTML response
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 733e15d9d..82b7d0add 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -26,6 +26,7 @@
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="OC" />
+ <referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>
@@ -34,6 +35,7 @@
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
<referencedClass name="Doctrine\DBAL\Driver\Statement" />
<referencedClass name="Doctrine\DBAL\Schema\Table" />
+ <referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>