Enable WebAuthn features and improve z-index layering

Adds early enabling of WebAuthn and platform authenticator features in Chromium via command line switches, and injects diagnostics to check availability in the renderer. CSS z-index values are increased for navigation and menu elements to ensure proper layering above <webview> surfaces. Updates Electron to 37.3.1 and expands site-history.json with additional authentication-related URLs.
This commit is contained in:
2025-09-03 10:31:48 +12:00
parent 2b27fae28b
commit a880a4ff71
5 changed files with 65 additions and 7 deletions
+4 -2
View File
@@ -5,14 +5,16 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
"dist": "electron-builder",
"run": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^37.2.4",
"electron": "^37.3.1",
"electron-builder": "^23.0.0",
"electron-nightly": "^39.0.0-nightly.20250811"
},