Cross Site Scripting

Created By: jimk1723
Last Modified: 06/12/06
Same Origin Policy Blurb
The same origin policy prevents document or script loaded from one origin,
from getting or setting properties from a of a document from a different origin.
Mozilla defines the origin as the substring of a URL that includes protocol://host where host includes the optional :port part. To illustrate, this table gives examples of origin comparisons to the URL http://company.com/dir/page.html .
|
From:
http://www.mozilla.org/projects/security/components/jssec.html
