From 0f354cfe9b79b0725e18fafc9034e39ba39967f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 21 Sep 2016 14:32:45 +0800 Subject: [PATCH] Clarify cookies --- front/src/views/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/index.html b/front/src/views/index.html index a72bb2a..3d1a801 100644 --- a/front/src/views/index.html +++ b/front/src/views/index.html @@ -37,7 +37,7 @@ Cookie -
Cookie

Adds a cookie on the main domain.

Example: "bar=foo;domain=url"
+
Cookie

Adds a single cookie (on the main domain if you don't provide the domain).

Example: "bar=foo;domain=.something.com"