PluginProbe
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… / 2.11.12
Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… v2.11.12
3.0.0 2.11.12 2.11.11 2.11.10 2.11.9 2.11.7 2.11.8 2.11.6 2.11.5 2.11.4 2.11.3 2.11.1 2.11.2 2.11.0 2.10.5 2.10.4 2.10.3 2.10.2 2.10.1 2.10.0 2.9.9 2.9.8 2.9.6 2.9.7 2.9.5 All 88 releases
← All changes | includes/class-settings.php +0 -11 3.0.02.11.12 View file →
@@ -790,15 +790,8 @@
790 790 * addresses that receive the alerts is another, and nobody presses a button
791 791 * called "restore defaults" expecting that. Both the Standard preset and the
792 792 * two reset buttons leave these alone.
793 793 *
794 - * Read from outside the plugin: the third-party network plugin Vigilante
795 - * Network Sync calls this from its 2.0.3 to decide what NOT to copy between
796 - * the sites of a network, so a key it does not know about is preserved per
797 - * site instead of overwritten. Adding keys here is safe and helps it;
798 - * renaming or removing the method, or changing the shape of what it returns,
799 - * silently changes what that plugin replicates across a whole network.
800 - *
801 794 * @since 2.9.8
802 795 *
803 796 * @return array<string,string[]>
804 797 */
@@ -861,12 +854,8 @@
861 854 * administrator can approve, so a main-site administrator without network
862 855 * rights must not be able to silence it by turning either one off. Closing
863 856 * the ignore list and the clear-results button in 2.11.8 left these two as
864 857 * the remaining routes; found by the audit of the admin surface.
865 - *
866 - * Since 3.0.0 the self-check has no setting at all, so there is nothing to lock: Vigilant's own
867 - * files are shared by every site, and on the main site the self-check is
868 - * the one that reports a change to them for the whole network.
869 858 *
870 859 * On a subsite all of them only act on that site, so they stay editable
871 860 * there (get_locked_file_settings() adds this set only when owns_shared_files()).
872 861 *