Merge pull request #5164 from goobertron/tos_notes

Changelog note for change in jQuery CDN default
This commit is contained in:
Jonne Haß 2014-08-26 18:04:57 +02:00
commit 2e1ed81750

View file

@ -12,6 +12,8 @@ Rails.application.config.secret_token = '***********...'
Diaspora::Application.config.secret_key_base = '*************...'
```
## Change in defaults.yml
The default for including jQuery from a CDN has changed. If you want to continue to include it from a CDN, please explicitly set the `jquery_cdn` setting to `true` in diaspora.yml.
## Refactor