Explorar el Código

Update Phantomas to 1.18 and add support for multiple cookies (#216)

Gaël Métais hace 8 años
padre
commit
bdf5f82959
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      front/src/views/index.html
  2. 1 1
      package.json

+ 1 - 1
front/src/views/index.html

@@ -39,7 +39,7 @@
                     Cookie
                     <span class="settingsTooltip">
                         <span class="icon-question"></span>
-                        <div><b>Cookie</b><br><br>Adds a single cookie (on the main domain if you don't provide the domain).<br><br>Example: "bar=foo;domain=.something.com"</div>
+                        <div><b>Cookie</b><br><br>Adds cookies, separated by a pipe character.<br><br>Example: "bar1=foo1;domain=.domain1.com|bar2=foo2;domain=www.domain2.com"</div>
                     </span>
                 </div>
                 <div><input type="text" name="cookie" ng-model="settings.cookie" /></div>

+ 1 - 1
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",