Disable HTML5 storage features in Private Browsing
This commit is contained in:
parent
feb69e8fd9
commit
857bbfb02b
1 changed files with 5 additions and 0 deletions
|
@ -2217,6 +2217,11 @@ main (int argc,
|
||||||
#if WEBKIT_CHECK_VERSION (1, 1, 2)
|
#if WEBKIT_CHECK_VERSION (1, 1, 2)
|
||||||
"enable-private-browsing", TRUE,
|
"enable-private-browsing", TRUE,
|
||||||
#endif
|
#endif
|
||||||
|
#if WEBKIT_CHECK_VERSION (1, 1, 8)
|
||||||
|
"enable-html5-database", FALSE,
|
||||||
|
"enable-html5-local-storage", FALSE,
|
||||||
|
"enable-offline-web-application-cache", FALSE,
|
||||||
|
#endif
|
||||||
/* Arguably DNS prefetching is or isn't a privacy concern. For the
|
/* Arguably DNS prefetching is or isn't a privacy concern. For the
|
||||||
* lack of more fine-grained control we'll go the safe route. */
|
* lack of more fine-grained control we'll go the safe route. */
|
||||||
"enable-dns-prefetching", FALSE,
|
"enable-dns-prefetching", FALSE,
|
||||||
|
|
Loading…
Reference in a new issue