diff --git a/Mac/AppDefaults.swift b/Mac/AppDefaults.swift index 6aeb9781b..9c7ef0b0d 100644 --- a/Mac/AppDefaults.swift +++ b/Mac/AppDefaults.swift @@ -326,7 +326,7 @@ final class AppDefaults { Key.refreshInterval: RefreshInterval.everyHour.rawValue, Key.showDebugMenu: showDebugMenu, Key.currentThemeName: Self.defaultThemeName, - Key.javascriptEnabled: false + Key.javascriptEnabled: true ] UserDefaults.standard.register(defaults: defaults)