summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-08-06 23:52:13 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-08-06 23:52:13 +0200
commit01cd467cd235f05dd019a85bc51b6ed0576d9e91 (patch)
tree15291a55fc521d5ea549dc5f20a2220f79667815 /src/rekonq.kcfg
parentFix support for http proxy in private mode (diff)
downloadrekonq-01cd467cd235f05dd019a85bc51b6ed0576d9e91.tar.xz
Change Qt WebKit HTML5 default settings
Enable HTML5 features support by default because we are having some bug reports about sites NOT working fixed just by enabling these. These features are probably not mature enough, but they seems stable enough to enable them :)
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg
index c367251f..5e58893c 100644
--- a/src/rekonq.kcfg
+++ b/src/rekonq.kcfg
@@ -198,13 +198,13 @@
</entry>
<!-- xxx -->
<entry name="offlineStorageDatabaseEnabled" type="Bool">
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="offlineWebApplicationCacheEnabled" type="Bool">
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="localStorageEnabled" type="Bool">
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="offlineWebApplicationCacheQuota" type="Int">
<default>50</default>