|
|
|
|
|
by shadowgovt
692 days ago
|
|
Ironically, this is exactly the failure pattern that the changes in Chrome extensions to manifest v3 try to prevent. You can't provide a guarantee to the end-user of pre-vetted safety when the application is downloading and executing arbitrary code from a third-party source. That's like expecting a static code verifier to prevent all runtime errors. It is, perhaps, a guarantee that no vendor should be expected to make. |
|
So a web browser can't be trusted or certified, ever. Unless JavaScript is disabled?