diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-04 10:36:43 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-04 10:36:43 -0800 |
commit | f04a91bd601313c92858944394f792e9dabf03a6 (patch) | |
tree | 98a2530bcffa331e2ec097d238748bc4ad24c53d /config | |
parent | 301afac2913e81414140c25bc21ede563563f76e (diff) | |
parent | 5fcb35efd606364eb8530880e62d8d3094b9c1f4 (diff) | |
download | nextcloud-server-f04a91bd601313c92858944394f792e9dabf03a6.tar.gz nextcloud-server-f04a91bd601313c92858944394f792e9dabf03a6.zip |
Merge pull request #1445 from owncloud/CSP_font
Allow loading of external fonts
Diffstat (limited to 'config')
-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 163beaae2f4..9ac39c439d4 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -133,7 +133,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 *", +"custom_csp_policy" => "default-src \'self\'; script-src \'self\' \'unsafe-eval\'; style-src \'self\' \'unsafe-inline\'; frame-src *; img-src *; font-src \'self\' data:", /* The directory where the user data is stored, default to data in the owncloud * directory. The sqlite database is also stored here, when sqlite is used. |