Difference between revisions of "Browser security"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
== Cookies ==
 
== Cookies ==
  
TO DO ...
+
See [[HTTP cookie]].
  
 
== See also ==
 
== See also ==
Line 16: Line 16:
 
* [[Computer security]]
 
* [[Computer security]]
 
* [[Cross-site scripting]]
 
* [[Cross-site scripting]]
 +
* [[HTTP cookie]]
 
* [[Internet security]]
 
* [[Internet security]]
 
* [[JavaScript]]
 
* [[JavaScript]]
Line 24: Line 25:
  
 
* [https://en.wikipedia.org/wiki/Browser_security Browser security] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Browser_security Browser security] @ Wikipedia
 +
 +
[[Category:Security]]
 +
[[Category:Web browsers]]
 +
[[Category:Web security]]

Latest revision as of 13:26, 21 April 2016

Browser security is the application of Internet security to web browsers in order to protect networked data and computer systems from breaches of privacy or malware.

Description

Security exploits of browsers often use JavaScript: sometimes with cross-site scripting (XSS), sometimes with a secondary payload using Adobe Flash.

Security exploits can also take advantage of vulnerabilities (security holes) that are commonly exploited in all browsers.

Cookies

See HTTP cookie.

See also

External Links