X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=44f4584eb8521bddff73f3acd03915c3355d152e;hp=46f70407892d005acbc5802279021cea5a111feb;hb=93a3e4cda031d226549430e89b8119ce5c1ad7b3;hpb=b1154347205201351be6b0d027e86f16f709599b diff --git a/config.def.h b/config.def.h index 46f7040..44f4584 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,7 @@ static Parameter defconfig[ParameterLast] = { SETB(Certificate, 0), SETB(CaretBrowsing, 0), SETV(CookiePolicies, "@Aa"), + SETV(DefaultCharset, "UTF-8"), SETB(DiskCache, 1), SETB(DNSPrefetch, 0), SETI(FontSize, 12), @@ -20,6 +21,7 @@ static Parameter defconfig[ParameterLast] = { SETB(Geolocation, 0), SETB(HideBackground, 0), SETB(Inspector, 0), + SETB(Java, 1), SETB(JavaScript, 1), SETB(KioskMode, 0), SETB(LoadImages, 1),