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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-05-20 15:37:29 +0300
committerJulius Härtl <jus@bitgrid.net>2022-05-20 18:17:06 +0300
commitfe1d41f852caa1c9aa1a4ef6ee55db63393038c4 (patch)
tree3e9502f3303b8f0fe60d73ab5b53454c7e312e39 /lib/AppConfig.php
parent9e3447f850c2a56f6a66ea483723d72ff8150c4a (diff)
Move remaining policy adjustments to a traitbugfix/noid/csp-reload
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/AppConfig.php')
-rw-r--r--lib/AppConfig.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/AppConfig.php b/lib/AppConfig.php
index 9cdf0bc4..f8f54f59 100644
--- a/lib/AppConfig.php
+++ b/lib/AppConfig.php
@@ -134,5 +134,4 @@ class AppConfig {
public function getCollaboraUrlInternal(): string {
return $this->config->getAppValue(Application::APPNAME, self::WOPI_URL, '');
}
-
- }
+}