|
|
|
|
|
by sedeki
1487 days ago
|
|
Yeah, I saw this type of argument after I made my original comment that you responded to. While this argument undeniably makes sense, I guess it boils down to what assumptions are made about the user. Like, if we assume that the user is this paranoid, then why couldn't they just check the JS file/bundle with a local copy that is verified? Think of a Chrome extension or whatever. We still run the JS locally on our own computers. |
|
Well for one, the code is minified. That makes it a lot harder to inspect, so therefore it's substantially harder to make sure that the code isn't doing something malicious.
Plus then of course, should the JS file served from Proton's servers be updated, you'd need to diff the changes (which, in the context of minified code, is not easy) to ensure nothing dodgy is added.