Compare commits

..

No commits in common. '09c96873a25c284b74f2dcf977b1349cb98b60a8' and 'fac48b5caac7f947710e527a3d02adc48b216b6b' have entirely different histories.

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

Loading…
Cancel
Save