diff --git a/user_guide_src/source/libraries/curlrequest.rst b/user_guide_src/source/libraries/curlrequest.rst index f029efc4f883..ebfd1934c88f 100644 --- a/user_guide_src/source/libraries/curlrequest.rst +++ b/user_guide_src/source/libraries/curlrequest.rst @@ -28,9 +28,11 @@ Config for CURLRequest Sharing Options =============== -.. note:: Since v4.4.0, the default value has been changed to ``false``. This - setting exists only for backward compatibility. New users do not need to - change the setting. +.. important:: This setting exists only for backward compatibility. Do not use it + in new projects. Even if you are already using it, we recommend that you disable + it. + +.. note:: Since v4.4.0, the default value has been changed to ``false``. If you want to share all the options between requests, set ``$shareOptions`` to ``true`` in **app/Config/CURLRequest.php**: