mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Random strings for cookie values (#1122)
This commit is contained in:
@@ -158,10 +158,11 @@ type scraperDebugOptions struct {
|
||||
}
|
||||
|
||||
type scraperCookies struct {
|
||||
Name string `yaml:"Name"`
|
||||
Value string `yaml:"Value"`
|
||||
Domain string `yaml:"Domain"`
|
||||
Path string `yaml:"Path"`
|
||||
Name string `yaml:"Name"`
|
||||
Value string `yaml:"Value"`
|
||||
ValueRandom int `yaml:"ValueRandom"`
|
||||
Domain string `yaml:"Domain"`
|
||||
Path string `yaml:"Path"`
|
||||
}
|
||||
|
||||
type cookieOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user