diff src/browser/libervia_main.py @ 1123:63a4b8fe9782

browser: fixes to handle encryption changes in backend
author Goffi <goffi@goffi.org>
date Sat, 11 Aug 2018 18:35:37 +0200
parents f2170536ba23
children
line wrap: on
line diff
--- a/src/browser/libervia_main.py	Sat Aug 04 13:07:46 2018 +0200
+++ b/src/browser/libervia_main.py	Sat Aug 11 18:35:37 2018 +0200
@@ -74,6 +74,8 @@
 
 
 class SatWebFrontend(InputHistory, QuickApp):
+    ENCRYPTION_HANDLERS = False  # e2e encryption is handled directly by Libervia,
+                                 # not backend
 
     def onModuleLoad(self):
         log.info("============ onModuleLoad ==============")