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:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-04 22:36:43 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-04 22:36:43 +0400
commitf04a91bd601313c92858944394f792e9dabf03a6 (patch)
tree98a2530bcffa331e2ec097d238748bc4ad24c53d /config
parent301afac2913e81414140c25bc21ede563563f76e (diff)
parent5fcb35efd606364eb8530880e62d8d3094b9c1f4 (diff)
Merge pull request #1445 from owncloud/CSP_font
Allow loading of external fonts
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 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.