Thomas
2013-10-18 9f0bbeb7e7e4006ebb8dded601166519b5bc5bfc
Change default spell-check URI after Google suspended their spell service
2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_spellchecker.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -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)
program/lib/Roundcube/rcube_spellchecker.php
@@ -38,7 +38,7 @@
    // default settings
    const GOOGLE_HOST = 'ssl://www.google.com';
    const GOOGLE_HOST = 'ssl://spell.roundcube.net';
    const GOOGLE_PORT = 443;
    const MAX_SUGGESTIONS = 10;