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 --> [](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:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user