add comment

This commit is contained in:
iacore
2024-02-24 15:13:34 +00:00
parent 239dfdfe83
commit ce8fc8891d
+1 -1
View File
@@ -10,7 +10,7 @@ import (
type CookieName string
const (
const ( // the __Host thing force it to be secure and same-origin (no subdomain) >> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
Cookie_Token CookieName = "__Host-pixivfe-Token"
Cookie_CSRF CookieName = "__Host-pixivfe-CSRF"
Cookie_ImageProxy CookieName = "__Host-pixivfe-ImageProxy"