fix: show adult.oddch.at server icon

dev
gravel 1 year ago
parent f6088b2f10
commit 0dc3dbecb6
No known key found for this signature in database
GPG Key ID: CA95FFF4E0123903

@ -6,12 +6,13 @@
/** /**
* @var string[] $ICON_ALLOWLIST * @var string[] $ICON_ALLOWLIST
* Hostnames considered to have safe room icons. * Hostnames or rooms considered to have safe room icons.
*/ */
$ICON_ALLOWLIST = [ $ICON_ALLOWLIST = [
"open.getsession.org", "open.getsession.org",
"sog.caliban.org", "sog.caliban.org",
"sog.zcyph.cc" "sog.zcyph.cc",
"icon+55e4021b",
]; ];
/** /**
@ -63,7 +64,7 @@
* Hostnames or rooms considered not to host adult content. * Hostnames or rooms considered not to host adult content.
*/ */
$NSFW_EXCLUDE = [ $NSFW_EXCLUDE = [
"icon+55e4021b",
]; ];
/** /**

Loading…
Cancel
Save