This commit is contained in:
Rizky 2019-03-12 01:53:09 +00:00 committed by GitHub
parent 364e707b2a
commit 37e0b0e960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,7 +374,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