Merge pull request #588 from gratiaa/patch-1

Fix typo: theyr -> their
This commit is contained in:
Ilya Kantor 2018-11-03 19:24:59 +03:00 committed by GitHub
commit faef871de4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ Now let's see how some examples. First, about pages that come from the same orig
````warn header="Subdomains may be same-origin"
There's a small exclusion in the "Same Origin" policy.
If windows share the same second-level domain, for instance `john.site.com`, `peter.site.com` and `site.com` (so that theyr common second-level domain is `site.com`), they can be treated as coming from the "same origin".
If windows share the same second-level domain, for instance `john.site.com`, `peter.site.com` and `site.com` (so that their common second-level domain is `site.com`), they can be treated as coming from the "same origin".
To make it work, all such pages (including the one from `site.com`) should run the code: