Compare commits

..

3 Commits

@ -312,15 +312,7 @@
$server_languages[] = array(
"xyz+efca" => ""
);
// http://45.33.57.83/
$server_languages[] = array(
"palmos+efe1" => "🇬🇧",
"radcom+efe1" => "🇬🇧",
"ticalc+efe1" => "🇬🇧",
"winmo+efe1" => "🇬🇧"
);
// http://session.bericbone.com/
$server_languages[] = array(
"fc309f9c04c4204cb1a62ae75b1dd9e99dd88cc3777097fb95a614952f598f0b"

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

Loading…
Cancel
Save