2.1: When/why is dark mode enabled?
-
With the update to 2.1, it appears that Dark Mode is enabled when the Sucuri Cloudproxy API key is set!?
From
/sucuri-scanner/src/interface.lib.phpline 373:public static function shouldUseDarkTheme() {
$api_key = SucuriScanFirewall::getOption(‘:cloudproxy_apikey’);
return SucuriScanFirewall::isValidKey($api_key);
}
I don’t want the dark mode styles or at least would like to be able to turn them off electively, but I don’t see how to do that nor does this logic make much sense to me.
- When is dark mode turned on?
- How can I turn it off / control it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘2.1: When/why is dark mode enabled?’ is closed to new replies.