mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
24303c6670
commit
ec126a0ec7
1 changed files with 3 additions and 1 deletions
4
website/config/custom.js
vendored
4
website/config/custom.js
vendored
|
|
@ -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\.)*/,
|
||||
|
||||
// ██████╗ ██████╗ ██╗███████╗
|
||||
// ██╔══██╗██╔══██╗██║██╔════╝
|
||||
|
|
|
|||
Loading…
Reference in a new issue