1 parent 6fdeca9 commit 4afd29fCopy full SHA for 4afd29f
1 file changed
electron_app/src/protocol.js
@@ -26,6 +26,8 @@ const processUrl = (url) => {
26
global.mainWindow.loadURL(url.replace(PROTOCOL, "vector://"));
27
};
28
29
+// we encrypt anything that we expose to be passed back to our callback protocol
30
+// so that homeservers don't see our directory paths and have the ability to manipulate them.
31
const algorithm = "aes-192-cbc";
32
33
const getKeyIv = () => ({
0 commit comments