Merge pull request #259 from beksultan28/patch-1
Update 03-cross-window-communication/article.md
This commit is contained in:
commit
9c4fb953bf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue