Index: src/kcms/kio/kcookiespolicyselectiondlg.h =================================================================== --- src/kcms/kio/kcookiespolicyselectiondlg.h +++ src/kcms/kio/kcookiespolicyselectiondlg.h @@ -49,7 +49,7 @@ if (_str.isEmpty()) return KCookieAdvice::Dunno; - QString advice = _str.toLower(); + QString advice = _str.toLower().remove(' '); if (advice == QLatin1String ("accept")) return KCookieAdvice::Accept;