Difference between revisions of "Browser Origin Policy"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title or Meme== Browser Origin Policies are used to determine which data and control flows are allowed based on the URL of the page. ==Contex...")
 
(Context)
Line 4: Line 4:
 
==Context==
 
==Context==
 
* Origin Policies were initiated to prevent tracking of users from one site to another.
 
* Origin Policies were initiated to prevent tracking of users from one site to another.
 +
==Cookies==
 +
* Cookies stored on the user browser space are the typical means of moving data from one website to another, typically using [[Cross-Origin iFrame]]s.
  
 
==References==
 
==References==

Revision as of 15:13, 26 May 2022

Full Title or Meme

Browser Origin Policies are used to determine which data and control flows are allowed based on the URL of the page.

Context

  • Origin Policies were initiated to prevent tracking of users from one site to another.

Cookies

  • Cookies stored on the user browser space are the typical means of moving data from one website to another, typically using Cross-Origin iFrames.

References