From 06f7d2bb17f222b99b3ba51fc9d257d5faccb3a6 Mon Sep 17 00:00:00 2001 From: Chamila Adhikarinayake Date: Tue, 3 Oct 2023 13:25:34 +0530 Subject: [PATCH 1/2] Add Callback regular expression doc link --- .../security-guidelines-for-production-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md b/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md index 35914c6713..0c26760c2d 100644 --- a/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md +++ b/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md @@ -252,7 +252,7 @@ been removed from Hotspot JVM.

Defining callback URL regular expression


-

For password recovery, you can define a regular expression to validate the callback URL. The default configuration allows any callback URL. Note that if you are using the recovery option, it is highly recommended to define the regular expression that validates and only allows access to specific callback URLs.

+

For password recovery, you can define a regular expression to validate the callback URL. The default configuration allows any callback URL. Note that if you are using the recovery option, it is highly recommended to define the regular expression that validates and only allows access to specific callback URLs.

See the Callback URL Regular Expressions documentation for details.

From c225c8253d9b61f5fd87e4a9cba90538dab97fd4 Mon Sep 17 00:00:00 2001 From: Chamila Adhikarinayake Date: Tue, 3 Oct 2023 14:16:06 +0530 Subject: [PATCH 2/2] Fix --- .../security-guidelines-for-production-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md b/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md index 0c26760c2d..14681f681f 100644 --- a/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md +++ b/en/docs/install-and-setup/setup/deployment-best-practices/security-guidelines-for-production-deployment.md @@ -252,7 +252,7 @@ been removed from Hotspot JVM.

Defining callback URL regular expression


-

For password recovery, you can define a regular expression to validate the callback URL. The default configuration allows any callback URL. Note that if you are using the recovery option, it is highly recommended to define the regular expression that validates and only allows access to specific callback URLs.

See the Callback URL Regular Expressions documentation for details.

+

For password recovery, you can define a regular expression to validate the callback URL. The default configuration allows any callback URL. Note that if you are using the recovery option, it is highly recommended to define the regular expression that validates and only allows access to specific callback URLs.

See the Callback URL Regular Expressions documentation for details.