How to disable CSF notifications in Webmin side slider

About CSF & Webmin: is there a way to disable these CSF notifications shown here:

@rikukale You can most probably do it by opening the browser’s console and running:

settings_sysinfo_csf_temp_list_privileged = false;
theme.config.save();

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.