mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
consent status fix
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
||||
regexBrief = regexp.MustCompile("^[a-z0-9\\-]{1,64}$")
|
||||
regexAppName = regexp.MustCompile("^[a-z][a-z0-9]{1,20}$")
|
||||
regexExpiration = regexp.MustCompile("^([0-9]+)([mhds])?$")
|
||||
consentYesStatuses = []string{"yes", "accept", "given", "true", "agree"}
|
||||
consentYesStatuses = []string{"yes", "accept", "agree", "approve", "given", "true"}
|
||||
)
|
||||
|
||||
// Consideration why collection of meta data patch was postpone:
|
||||
|
||||
Reference in New Issue
Block a user