Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update cookie_helper.go

Cette révision appartient à :
Steindór 2017-05-30 00:50:23 +00:00 révisé par GitHub
Parent 037506e464
révision bf500d9c16

Voir le fichier

@ -21,11 +21,10 @@ const (
// CookieName : Name of cookie
CookieName = "session"
// UserContextKey : key for user context
UserContextKey = "user"
UserContextKey = "nyaapantsu.user"
// Domain name : The host domain so these can be shared across sukebei and nyaa
DomainName = "pantsu.cat"
UserContextKey = "nyaapantsu.user"
)