From d62e3827ad6d1b45e0e208751e142faaa2d875c9 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Thu, 25 Sep 2025 12:26:02 +0100 Subject: [PATCH] Add random query param to Altcha challenge URLs to bypass caching --- includes/classes/ThirdParty/Altcha.php | 37 ++++++++++++++++++++++++++ orbit.php | 1 + 2 files changed, 38 insertions(+) create mode 100644 includes/classes/ThirdParty/Altcha.php diff --git a/includes/classes/ThirdParty/Altcha.php b/includes/classes/ThirdParty/Altcha.php new file mode 100644 index 0000000..dc4653e --- /dev/null +++ b/includes/classes/ThirdParty/Altcha.php @@ -0,0 +1,37 @@ +setup(); Performance\Fast404::instance()->setup(); ThirdParty\WooCommerce::instance()->setup(); +ThirdParty\Altcha::instance()->setup(); add_action( 'init',