Add all PDSs to whitelist
parent
dc17238a93
commit
542be03088
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue