diff options
author | icewind1991 <icewind1991@gmail.com> | 2013-04-24 08:17:42 -0700 |
---|---|---|
committer | icewind1991 <icewind1991@gmail.com> | 2013-04-24 08:17:42 -0700 |
commit | 3b576c5f779587f8a8f2bf52a2038edbb7e7104f (patch) | |
tree | 2e3cd3ce8e2394b2ed37e701b9192e4662c75e88 /config/config.sample.php | |
parent | a34350c803efd98094c05473f1c45b6792a9ceeb (diff) | |
parent | 4f96d7fb85fcde44bed5317c7cf42843d8085534 (diff) | |
download | nextcloud-server-3b576c5f779587f8a8f2bf52a2038edbb7e7104f.tar.gz nextcloud-server-3b576c5f779587f8a8f2bf52a2038edbb7e7104f.zip |
Merge pull request #3111 from owncloud/csp-audio
Allow loading of external media ressources
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
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*/ |