consent status fix

This commit is contained in:
stremovsky
2020-01-04 21:07:35 +02:00
parent 8a5efd86c8
commit 8184edb881

View File

@@ -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: