socket.localhost does not work (cookie domain)

pull/5137/head
Niklas Fiekas 2019-05-22 13:05:49 +02:00
parent 75fc0424ca
commit 54aac70891
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ include "base"
net {
domain = localhost
socket.domain = socket.localhost
socket.domain = localhost
asset.domain = assets.localhost
}