diff --git a/src/index.html b/src/index.html
index 94cbe10..e894750 100644
--- a/src/index.html
+++ b/src/index.html
@@ -118,7 +118,7 @@
diff --git a/src/js/glowingbear.js b/src/js/glowingbear.js
index 1807b2d..1ab8cc0 100644
--- a/src/js/glowingbear.js
+++ b/src/js/glowingbear.js
@@ -60,7 +60,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
'port': 9001,
'path': 'weechat',
'ssl': (window.location.protocol === "https:"),
- 'compatibilityWeechat28': true,
+ 'compatibilityWeechat28': false,
'useTotp': false,
'savepassword': false,
'autoconnect': false,