http://www.site.com
(another domain: `www.` matters)
-- http://site.org
(another domain: `.org` matters)
-- https://site.com
(another protocol: `https`)
-- http://site.com:8080
(another port: `8080`)
+- http://www.site.com
(différent domaine: `www.` importe)
+- http://site.org
(différent domaine: `.org` importe)
+- https://site.com
(différent protocole: `https`)
+- http://site.com:8080
(différent port: `8080`)
-The "Same Origin" policy states that:
+La politique "Same Origin" indique que:
-- if we have a reference to another window, e.g. a popup created by `window.open` or a window inside `