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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoricewind1991 <icewind1991@gmail.com>2013-04-24 19:17:42 +0400
committericewind1991 <icewind1991@gmail.com>2013-04-24 19:17:42 +0400
commit3b576c5f779587f8a8f2bf52a2038edbb7e7104f (patch)
tree2e3cd3ce8e2394b2ed37e701b9192e4662c75e88 /config
parenta34350c803efd98094c05473f1c45b6792a9ceeb (diff)
parent4f96d7fb85fcde44bed5317c7cf42843d8085534 (diff)
Merge pull request #3111 from owncloud/csp-audio
Allow loading of external media ressources
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a3b7cbaca46..72834009201 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -146,7 +146,7 @@ $CONFIG = array(
"remember_login_cookie_lifetime" => 60*60*24*15,
/* Custom CSP policy, changing this will overwrite the standard policy */
-"custom_csp_policy" => "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:",
+"custom_csp_policy" => "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *",
/* Enable/disable X-Frame-Restriction */
/* HIGH SECURITY RISK IF DISABLED*/