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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-04 10:42:00 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-01-18 12:51:24 +0300
commit4705de45c4aa82b72d3cb295081347a0028c96f5 (patch)
tree8fbcd3b542e3c720454b9be95ae0303999716dbe /lib
parentc433ec231bb4691efff631cbb981a1ffe93f57f0 (diff)
Bump pdf.js to 2.5.207
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/DisplayController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/DisplayController.php b/lib/Controller/DisplayController.php
index d7d90d0..9878fce 100644
--- a/lib/Controller/DisplayController.php
+++ b/lib/Controller/DisplayController.php
@@ -61,6 +61,7 @@ class DisplayController extends Controller {
'urlGenerator' => $this->urlGenerator,
'minmode' => $minmode
];
+
$response = new TemplateResponse(Application::APP_ID, 'viewer', $params, 'blank');
$policy = new ContentSecurityPolicy();