|
|
|
|
|
by konaraddi
587 days ago
|
|
If true, horse browser devs need to read the Security section on Electron docs: > With that in mind, be aware that displaying arbitrary content from untrusted sources poses a severe security risk that Electron is not intended to handle. https://www.electronjs.org/docs/latest/tutorial/security#pre... I feel like they should’ve used Chromium. |
|
A very minimal Rust-only browser with security and privacy in mind at every single step is completely missing from browsers today. Things like waterfox et al are enormous projects that take far too long for one person to audit the entire code base to ensure correctness. Something like the 'wireguard of browsers' in this regard is needed (single repo that one person can read over in a day and can be built with a single cargo build command). Even servo unfortunately falls just barely shy of this goal, but one can dream.