Change default spell-check URI after Google suspended their spell service

release-0.9
Thomas 11 years ago
parent 4109bb26ce
commit 9f0bbeb7e7

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix default spell-check configuration after Google suspended their spell service
- Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
- Fix iframe onload for upload errors handling (#1489379)
- Fix address matching in Return-Path header on identity selection (#1489374)

@ -38,7 +38,7 @@ class rcube_spellchecker
// default settings
const GOOGLE_HOST = 'ssl://www.google.com';
const GOOGLE_HOST = 'ssl://spell.roundcube.net';
const GOOGLE_PORT = 443;
const MAX_SUGGESTIONS = 10;

Loading…
Cancel
Save