From 93a2b364051de08c1417e7ee01c88b31e1735e62 Mon Sep 17 00:00:00 2001 From: goobertron Date: Tue, 5 Aug 2014 23:32:45 +0100 Subject: [PATCH] Change default for jQuery CDN to false. --- config/defaults.yml | 2 +- config/diaspora.yml.example | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/defaults.yml b/config/defaults.yml index ccfd26341..aa2e543b9 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -41,7 +41,7 @@ defaults: embed_sidekiq_worker: false sidekiq_workers: 1 privacy: - jquery_cdn: true + jquery_cdn: false google_analytics_key: piwik: enable: false diff --git a/config/diaspora.yml.example b/config/diaspora.yml.example index 1ac63c2ba..fcb3be517 100644 --- a/config/diaspora.yml.example +++ b/config/diaspora.yml.example @@ -172,11 +172,11 @@ configuration: ## Section ## Settings potentially affecting the privacy of your users privacy: ## Section - ## Include jQuery from jquery.com's CDN (default=true) - ## This can save you some traffic and speeds up load time since most - ## clients already have this one cached. Set this to false if you want - ## the jQuery library to be loaded from your pod's own resources. - #jquery_cdn: true + ## Include jQuery from jquery.com's CDN (default=false) + ## Enabling this can reduce traffic and speed up load time since most + ## clients already have this one cached. When set to false (the default), + ## the jQuery library will be loaded from your pod's own resources. + #jquery_cdn: false ## Google Analytics (disabled by default) ## Provide a key to enable tracking by Google Analytics