Fix typo
This commit is contained in:
parent
364e707b2a
commit
37e0b0e960
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue