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
(dominio differente: `www.` è diverso)
+- http://site.org
(dominio differente: `.org` è diverso)
+- https://site.com
(protocollo differente: `https`)
+- http://site.com:8080
(porta differente: `8080`)
-The "Same Origin" policy states that:
+La politica di "Same Origin" afferma che:
-- if we have a reference to another window, e.g. a popup created by `window.open` or a window inside `