mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-18 12:11:17 +02:00
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://"));
|
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 algorithm = "aes-192-cbc";
|
||||||
|
|
||||||
const getKeyIv = () => ({
|
const getKeyIv = () => ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user