Difference between revisions of "Browser Security"

From MgmtWiki
Jump to: navigation, search
(Context)
(Problems)
Line 6: Line 6:
  
 
==Problems==
 
==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==
 
==References==

Revision as of 09:57, 8 March 2023

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.

  1. Nearly all JavaScript (as well as web assembly) are provided by web sites and must be considered to be hostile to user's security.
  2. 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