forked from matrix/element-web
add comment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
6fdeca93b6
commit
4afd29f62c
|
@ -26,6 +26,8 @@ const processUrl = (url) => {
|
|||
global.mainWindow.loadURL(url.replace(PROTOCOL, "vector://"));
|
||||
};
|
||||
|
||||
// we encrypt anything that we expose to be passed back to our callback protocol
|
||||
// so that homeservers don't see our directory paths and have the ability to manipulate them.
|
||||
const algorithm = "aes-192-cbc";
|
||||
|
||||
const getKeyIv = () => ({
|
||||
|
|
Loading…
Reference in New Issue