mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_reader: v0.8
- compatible with Nextcloud (up to version 12) - new version epub.js renderer, v0.2.15 - new logo
This commit is contained in:
parent
60628eef38
commit
0793d138c6
12 changed files with 90 additions and 70 deletions
|
@ -46,6 +46,7 @@ class DisplayController extends Controller {
|
|||
|
||||
$csp = new ContentSecurityPolicy();
|
||||
$csp->addAllowedChildSrcDomain('\'self\'');
|
||||
$csp->addAllowedScriptDomain('\'self\'');
|
||||
$csp->addAllowedFrameDomain('\'self\'');
|
||||
$csp->addAllowedStyleDomain('blob:');
|
||||
$csp->addAllowedImageDomain('blob:');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue