Merge pull request #849 from James868/patch-1

Fix typo
This commit is contained in:
Ilya Kantor 2019-03-20 16:05:12 +03:00 committed by GitHub
commit 7f4040a8c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -378,7 +378,7 @@ Also, some modern browsers employ special policies for such cookies:
```smart
If we load a script from a third-party domain, like `<script src="https://google-analytics.com/analytics.js">`, and that script uses `document.cookie` to set a cookie, then such cookie is not third-party.
If a script sets a cookie, then no matter where the script came from -- ito belongs to the domain of the current webpage.
If a script sets a cookie, then no matter where the script came from -- it belongs to the domain of the current webpage.
```
## Appendix: GDPR