From bdf5f82959bdff1dac7df3643528517b4c360503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 27 Dec 2016 23:05:40 +0800 Subject: [PATCH] Update Phantomas to 1.18 and add support for multiple cookies (#216) --- front/src/views/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/index.html b/front/src/views/index.html index de7cb07..6e376dc 100644 --- a/front/src/views/index.html +++ b/front/src/views/index.html @@ -39,7 +39,7 @@ Cookie -
Cookie

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

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

Adds cookies, separated by a pipe character.

Example: "bar1=foo1;domain=.domain1.com|bar2=foo2;domain=www.domain2.com"
diff --git a/package.json b/package.json index 4b49464..b7a4854 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "meow": "3.7.0", "minimize": "2.0.0", "parse-color": "1.0.0", - "phantomas": "1.17.0", + "phantomas": "1.18.0", "ps-node": "0.1.4", "q": "1.4.1", "request": "2.79.0",