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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2020-11-07 20:04:33 +0300
committerPhie <phie@phie.ovh>2020-11-07 20:04:53 +0300
commit95745aff21b53d64a8d3676cd7b8bbb74873185f (patch)
treedb186a5299905bcbf0047f7c7a1c67c200b69a88
parentf747d9fbdc308baac38bc6bc5843b8843401f9ea (diff)
fix recording + bump version
-rwxr-xr-xappinfo/info.xml2
-rwxr-xr-xlib/Controller/PageController.php2
m---------templates/CarnetElectron0
3 files changed, 3 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f0f3891..85baff1 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -19,7 +19,7 @@ Mac, with sync capabilities
- Statistics : words/sentences/characters
- Sync with ownCloud/NextCloud
- Online editor as a ownCloud/NextCloud App]]></description>
- <version>0.23.4</version>
+ <version>0.23.5</version>
<licence>agpl</licence>
<author mail="phie@phie.ovh" >Phie</author>
<namespace>Carnet</namespace>
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index ab1dfcd..9aa126b 100755
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -57,6 +57,8 @@ class PageController extends Controller {
$policy->addAllowedMediaDomain('blob:');
$policy->addAllowedFrameDomain('\'self\'');
$policy->addAllowedFrameDomain('data:');
+ //needed by record encoder
+ $policy->addAllowedScriptDomain('*');
if (method_exists($policy, "addAllowedWorkerSrcDomain")){
$policy->addAllowedWorkerSrcDomain('\'self\'');
diff --git a/templates/CarnetElectron b/templates/CarnetElectron
-Subproject e637b310fb0915878472847bacb8f14dc003d7d
+Subproject 7fea3433223a52dfbca9cb28df0ea8595ba9f3c