Additional age gate suffixes

bindata
Noah 2019-01-03 11:36:52 -08:00
parent 87f53c9895
commit dee7c8eb98
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ var ageGateSuffixes = []string{
".jpg",
".jpeg",
".gif",
".mp4",
".webm",
}
// AgeGate is a middleware generator that does age verification for NSFW sites.