alex35mil / sourcebuster-js

Track the sources of your traffic
https://alexfedoseev.github.io/sbjs
MIT License
412 stars 92 forks source link

Cookies not set on localhost or IP addresses #35

Open FelixSab opened 4 years ago

FelixSab commented 4 years ago

Cookies are not set on chrome when working with localhost or an IP address, which makes it really hard for new developers working with the library to figure out, what they are doing wrong and wasting their time.

current workaround: add a new entry in your hosts file, eg: 127.0.0.1 development.<<your-domain>>

or set isolate to true in the sbjs.init options

aaaaaaaaaaalex commented 2 years ago

Hello, FelixSab! "add a new entry in your hosts file, eg: 127.0.0.1 development.<>" even this did not helped me