vise -> vice

This commit is contained in:
dragonwocky 2019-04-18 18:11:29 +10:00 committed by GitHub
parent f776557046
commit a63d623bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ document.cookie = "user=John; max-age=0";
The cookie should be transferred only over HTTPS. The cookie should be transferred only over HTTPS.
**By default, if we set a cookie at `http://site.com`, then it also appears at `https://site.com` and vise versa.** **By default, if we set a cookie at `http://site.com`, then it also appears at `https://site.com` and vice versa.**
That is, cookies are domain-based, they do not distinguish between the protocols. That is, cookies are domain-based, they do not distinguish between the protocols.