From 87c95d8a72901e8aa8d2a5874bbff47925eb5853 Mon Sep 17 00:00:00 2001 From: Ramon Fincken Date: Fri, 20 Sep 2024 12:10:27 +0200 Subject: [PATCH] Update security.md Added noted about must-use plugin for the filter --- docs/security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/security.md b/docs/security.md index c054989..7f3f598 100644 --- a/docs/security.md +++ b/docs/security.md @@ -91,6 +91,7 @@ add_filter( 'satispress_authentication_servers', '__return_empty_array' ); ``` _Keep in mind that disabling authentication may make it easier for malicious actors to determine which plugins are being used on your site._ +Be warned that you may have to put this code in a must-use plugin to ensure it is registered and applied on time. ## Other Methods