fix: spell checker phoning home #5314

This commit is contained in:
Johannes Millan 2025-10-19 11:01:20 +02:00
parent ee9b4e47f9
commit 911e82bea5

View file

@ -93,6 +93,9 @@ export const createWindow = ({
contextIsolation: true,
// Additional settings for better Linux/Wayland compatibility
enableBlinkFeatures: 'OverlayScrollbar',
// Disable spell checker to prevent connections to Google services (#5314)
// This maintains our "offline-first with zero data collection" promise
spellcheck: false,
},
icon: ICONS_FOLDER + '/icon_256x256.png',
// Wayland compatibility: disable transparent/frameless features that can cause issues