We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b0403 commit 6d4fc1dCopy full SHA for 6d4fc1d
README.md
@@ -1,5 +1,7 @@
1
# ownNote
2
3
## Installation
4
-Place this app in **owncloud/apps/**
+- Place this app in **owncloud/apps/**
5
+- Add the following to your **owncloud/config/config.php**:
6
+ - 'custom_csp_policy' => "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *",
7
0 commit comments