Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Enable scripts by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
koral committed May 17, 2015
1 parent d78b839 commit 67dffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Hbro/Gui/MainView.hs
Expand Up @@ -237,7 +237,7 @@ initSettings webView = do
set s webSettingsEnablePageCache True
set s webSettingsEnablePlugins False
set s webSettingsEnablePrivateBrowsing False
set s webSettingsEnableScripts False
set s webSettingsEnableScripts True
set s webSettingsEnableSpellChecking False
set s webSettingsEnableSpatialNavigation False
set s webSettingsEnableUniversalAccessFromFileUris True
Expand Down

0 comments on commit 67dffa3

Please sign in to comment.