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:
Eric 2024-07-11 13:45:16 -05:00 committed by GitHub
parent 24303c6670
commit ec126a0ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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\.)*/,
// ██████╗ ██████╗ ██╗███████╗
// ██╔══██╗██╔══██╗██║██╔════╝