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`
This commit is contained in:
Vendored
+3
-1
@@ -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\.)*/,
|
||||
|
||||
// ██████╗ ██████╗ ██╗███████╗
|
||||
// ██╔══██╗██╔══██╗██║██╔════╝
|
||||
|
||||
Reference in New Issue
Block a user