From 4474ac306c8817cea9330969ac33c2e4189fc809 Mon Sep 17 00:00:00 2001 From: Benjamin Klix Date: Mon, 4 Dec 2023 22:36:34 +0100 Subject: [PATCH] TASK: Improve comments in Settings.yaml --- Configuration/Settings.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 13df82e..67793e7 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -36,8 +36,9 @@ Neos: Wegmeister: Recaptcha: - # Available request methods: file_get_contents, curl, socket. + # Available request methods: file_get_contents, curl, socket, + # or you can provide a FQCN that implements ReCaptcha\RequestMethod. # If an invalid request method is applied, file_get_contents will be used. requestMethod: 'file_get_contents' - # in the format of : + # The following option will be used, if requestMethod is 'Wegmeister\Recaptcha\RequestMethod\CurlPostWithProxy' httpProxy: ''