Remove extra word

Remove extra "windows" word.
This commit is contained in:
Beksultan 2017-10-16 11:17:19 +06:00 committed by GitHub
parent 24411a8de8
commit f54bb0b3ec

View file

@ -27,7 +27,7 @@ If we have a reference to another window (a popup or iframe), and that window co
If it comes from another origin, then we can only change its location. Please note: not *read* the location, but *modify* it, redirect it to another place. That's safe, because the URL may contain sensitive parameters, so reading it from another origin is prohibited, but changing is not.
Also such windows windows may exchange messages. Soon about that later.
Also such windows may exchange messages. Soon about that later.
````warn header="Exclusion: subdomains may be same-origin"