From ad188151fa8932481c75d563352cf3ff70b838ab Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Mar 2026 16:16:56 -0500 Subject: [PATCH 1/3] Update build-static-content.js --- website/scripts/build-static-content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/scripts/build-static-content.js b/website/scripts/build-static-content.js index 64bfd3a4be0..b1ea3788aa6 100644 --- a/website/scripts/build-static-content.js +++ b/website/scripts/build-static-content.js @@ -407,7 +407,7 @@ module.exports = { let mdString = await sails.helpers.fs.read(pageSourcePath); // Look for non example @fleetdm.com email addresses in the Markdown string, if any are found, throw an error. - if(mdString.match(/\b(?!support@fleetdm\.com\b)[A-Z0-9._%+-]+@fleetdm\.com\b/gi)) { + if(mdString.match(/[A-Z0-9._%+-]+@fleetdm\.com/gi)) { throw new Error(`A Markdown file (${pageSourcePath}) contains a @fleetdm.com email address. To resolve this error, remove the email address in that file or change it to be an @example.com email address and try running this script again.`); } // Look for multi-line HTML comments starting after lists without a blank newline. (The opening comment block is parsed as part of the list item preceeding it, and the closing block will be parsed as a paragraph) From 3080c538c0cbc30e720c48e0b24d34ec54968e5d Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Mar 2026 16:53:21 -0500 Subject: [PATCH 2/3] Update support link --- docs/Configuration/fleet-server-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration/fleet-server-configuration.md b/docs/Configuration/fleet-server-configuration.md index 4878aa558a8..4e5da13dd65 100644 --- a/docs/Configuration/fleet-server-configuration.md +++ b/docs/Configuration/fleet-server-configuration.md @@ -3341,7 +3341,7 @@ Specifies the original enrollment profile from the previous MDM, used by Fleet f The enrollment profile must be base64-encoded. This is only supported as an environment variable. - Environment variable: `FLEET_SILENT_MIGRATION_ENROLLMENT_PROFILE` -- Note: If you are experiencing systems failing SCEP renewal, please [contact us](mailto: support@fleetdm.com). +- Note: If you are experiencing systems failing SCEP renewal, please [contact us](https://fleetdm.com/support). ## Conditional access From 7c957f8ba1c2d52688a6463d90d49b231f763130 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Mar 2026 16:54:38 -0500 Subject: [PATCH 3/3] Revert "Update support link" This reverts commit 3080c538c0cbc30e720c48e0b24d34ec54968e5d. --- docs/Configuration/fleet-server-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration/fleet-server-configuration.md b/docs/Configuration/fleet-server-configuration.md index 4e5da13dd65..4878aa558a8 100644 --- a/docs/Configuration/fleet-server-configuration.md +++ b/docs/Configuration/fleet-server-configuration.md @@ -3341,7 +3341,7 @@ Specifies the original enrollment profile from the previous MDM, used by Fleet f The enrollment profile must be base64-encoded. This is only supported as an environment variable. - Environment variable: `FLEET_SILENT_MIGRATION_ENROLLMENT_PROFILE` -- Note: If you are experiencing systems failing SCEP renewal, please [contact us](https://fleetdm.com/support). +- Note: If you are experiencing systems failing SCEP renewal, please [contact us](mailto: support@fleetdm.com). ## Conditional access