mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Make JavaScript on by default — since it’s needed for videos and social media embeds etc.
This commit is contained in:
parent
dfd778d038
commit
9d7dba085e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user