Skip to content

Commit 4afd29f

Browse files
committed
add comment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 6fdeca9 commit 4afd29f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

electron_app/src/protocol.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const processUrl = (url) => {
2626
global.mainWindow.loadURL(url.replace(PROTOCOL, "vector://"));
2727
};
2828

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.
2931
const algorithm = "aes-192-cbc";
3032

3133
const getKeyIv = () => ({

0 commit comments

Comments
 (0)