Skip to content

Commit

Permalink
Include cdn.skybord.xyz in allowed domains (#50)
Browse files Browse the repository at this point in the history
* Include cdn.skybord.xyz in allowed domains

* Fix: Add missing comma
  • Loading branch information
skybird23333 authored Sep 20, 2024
1 parent 30222f4 commit 13bc454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/util/other.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var AllowedDomains = []string{
"i.imgur.com",
"f.jan0660.dev",
"autumn.revolt.chat",
"cdn.skybord.xyz",
}

// ValidateGif Returns nil if gif is valid, otherwise returns an error
Expand Down

0 comments on commit 13bc454

Please sign in to comment.