alex35mil / sourcebuster-js

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

Local Cookies? #22

Closed theschnaz closed 6 years ago

theschnaz commented 6 years ago

How can I get sourcebuster to set cookies locally?

I created a super simple page: <!DOCTYPE html>

bust the source

In my Chrome console, I see the created log message and undefined. When I look under applications/cookies, I don't see any sb cookies.

Do I need to do something special to run soucebuster locally?

Thanks! screen shot 2018-08-07 at 11 09 43 am screen shot 2018-08-07 at 11 09 35 am

alex35mil commented 6 years ago

I suggest to develop using valid domain name instead of localhost. lvh.me or any other you prefer (how to setup).