Browser Security
From MgmtWiki
Full Title or Meme
Browsers run on user's device but essentially all content comes from sites that the user may not know or Trust.
Context
There has been an ongoing effort to make Progressive Web Apps have all of the functionality of a native app that the user has chosen to install on their computing device.
Problems
From a the point of view of security of user's devices as well as external content the following issues have been reported.
- Nearly all JavaScript (as well as web assembly) are provided by web sites and must be considered to be hostile to user's security.
- The WICG (Web Incubation Community Group) as well as other W3C groups are actively expanding the capability of code supplied by web sites and run as a part of the browser.
References
- See wiki page on Security