Website: update earliest supported Safari version (#45937)

Changes:
- Updated the earliest version of Safari the website supports (14 » 15).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
* Raised the minimum supported Safari version for browser compatibility
— more Safari users will now see the “unsupported browser” overlay.

<!-- review_stack_entry_start -->

[![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)

<!-- review_stack_entry_end -->
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric
2026-05-20 16:44:22 -05:00
committed by GitHub
parent 6def6d78b9
commit e85cbd79c7
+1 -1
View File
@@ -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.