From e85cbd79c7aa44c39b33f425d33dceae0466e2f0 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 20 May 2026 16:44:22 -0500 Subject: [PATCH] Website: update earliest supported Safari version (#45937) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Updated the earliest version of Safari the website supports (14 » 15). ## Summary by CodeRabbit * **Chores** * Raised the minimum supported Safari version for browser compatibility — more Safari users will now see the “unsupported browser” overlay. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45937?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- website/views/layouts/layout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index f9f984ee4f..740d1222fc 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -991,7 +991,7 @@ }; var LATEST_SUPPORTED_VERSION_BY_USER_AGENT = { msedge: '84',//« earliest version to support the gap css property. - safari: '14',//« earliest version that suppports the gap css property. + safari: '15',//« earliest version that fully supports the gap css property. firefox: '103',//« earliest version to support the backdrop filter css property. chrome: '84',//« earliest version to support the gap css property. opera: '70',//« earliest version to support the gap css property.