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:
authorLukas Reschke <lukas@statuscode.ch>2013-04-24 18:45:51 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-04-24 19:20:00 +0400
commit9894145f8ddc484e4624ded21dd68f04afdbb990 (patch)
tree9277706e9c0b2a9d48e1c8342e6150582fba347d /config
parentdeba9720935d3e54cd75a71575d398c6e22ef160 (diff)
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 7be99ee905d..1272386715b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -136,7 +136,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*/