Add all PDSs to whitelist

main
Max Ignatenko 2024-03-18 16:24:29 +00:00
parent dc17238a93
commit 542be03088
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ const Unknown models.ID = 0
var whitelist []string = []string{ var whitelist []string = []string{
"https://bsky.social", "https://bsky.social",
"https://*.bsky.network", "https://*.bsky.network",
"https://*",
} }
type PDS struct { type PDS struct {