summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-18 12:29:01 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-18 12:29:01 +0100
commite9352294f5a68ce537ecf14fec8a37868b88dc85 (patch)
tree48b84266e5a3d62512ef7506a239861bc439ffa1
parent849a70975f279c52b048ee73db3161a60c4ec577 (diff)
downloadsurf-e9352294f5a68ce537ecf14fec8a37868b88dc85.tar.gz
surf-e9352294f5a68ce537ecf14fec8a37868b88dc85.tar.bz2
surf-e9352294f5a68ce537ecf14fec8a37868b88dc85.zip
Update configurationv2.0.5
-rw-r--r--config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/config.h b/config.h
index 0281079..cb967fa 100644
--- a/config.h
+++ b/config.h
@@ -18,14 +18,14 @@ static Parameter defconfig[ParameterLast] = {
[AcceleratedCanvas] = { { .i = 1 }, },
[AccessMicrophone] = { { .i = 0 }, },
[AccessWebcam] = { { .i = 0 }, },
- [Certificate] = { { .i = 0 }, },
+ [Certificate] = { { .i = 1 }, },
[CaretBrowsing] = { { .i = 0 }, },
[CookiePolicies] = { { .v = "@Aa" }, },
[DefaultCharset] = { { .v = "UTF-8" }, },
[DiskCache] = { { .i = 1 }, },
- [DNSPrefetch] = { { .i = 0 }, },
+ [DNSPrefetch] = { { .i = 1 }, },
[FileURLsCrossAccess] = { { .i = 0 }, },
- [FontSize] = { { .i = 12 }, },
+ [FontSize] = { { .i = 10 }, },
[FrameFlattening] = { { .i = 0 }, },
[Geolocation] = { { .i = 0 }, },
[HideBackground] = { { .i = 0 }, },
@@ -34,16 +34,16 @@ static Parameter defconfig[ParameterLast] = {
[JavaScript] = { { .i = 1 }, },
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 1 }, },
- [MediaManualPlay] = { { .i = 1 }, },
+ [MediaManualPlay] = { { .i = 0 }, },
[Plugins] = { { .i = 1 }, },
- [PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
+ [PreferredLanguages] = { { .v = (char *[]){ "en_US", "cs_CZ", NULL } }, },
[RunInFullscreen] = { { .i = 0 }, },
[ScrollBars] = { { .i = 1 }, },
[ShowIndicators] = { { .i = 1 }, },
[SiteQuirks] = { { .i = 1 }, },
- [SmoothScrolling] = { { .i = 0 }, },
- [SpellChecking] = { { .i = 0 }, },
- [SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, },
+ [SmoothScrolling] = { { .i = 1 }, },
+ [SpellChecking] = { { .i = 1 }, },
+ [SpellLanguages] = { { .v = ((char *[]){ "en_US", "cs_CZ" NULL }) }, },
[StrictTLS] = { { .i = 1 }, },
[Style] = { { .i = 1 }, },
[ZoomLevel] = { { .f = 1.0 }, },