From ec126a0ec73dd31b51dee2159aaaa47cda905f61 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 11 Jul 2024 13:45:16 -0500 Subject: [PATCH] Website: Add subdomains to `sails.config.custom.RX_PROTOCOL_AND_COMMON_SUBDOMAINS` (#20289) Changes: - Added 6 common LinkedIn subdomains to `sails.config.custom.RX_PROTOCOL_AND_COMMON_SUBDOMAINS` --- website/config/custom.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index 3e1c62ca22..b18ca7fe08 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -91,7 +91,9 @@ module.exports.custom = { // iqSecret: undefined, // You gotta use the base64-encoded API secret. (Get it in your account settings in LeadIQ.) // salesforceIntegrationUsername: undefined, // salesforceIntegrationPasskey: undefined, - RX_PROTOCOL_AND_COMMON_SUBDOMAINS: /^(https?\:\/\/)?(www\.|about\.|ch\.|uk\.|pl\.|ca\.|jp\.|im\.|fr\.|pt\.|vn\.)*/,// For cleaning up LinkedIn URLs before creating CRM records. + + // For cleaning up LinkedIn URLs before creating CRM records. + RX_PROTOCOL_AND_COMMON_SUBDOMAINS: /^(https?\:\/\/)?(www\.|about\.|ch\.|uk\.|pl\.|ca\.|jp\.|im\.|fr\.|pt\.|vn\.|pk\.|in\.|lu\.|mu\.|nl\.|np\.)*/, // ██████╗ ██████╗ ██╗███████╗ // ██╔══██╗██╔══██╗██║██╔════╝