summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2018-10-30 18:01:51 +0100
committerGitHub <noreply@github.com>2018-10-30 18:01:51 +0100
commit7612d5c16abcd1d0da0d382df477382f14a57bdd (patch)
tree67c7adf3bc53dfd1c33875d99a5341022cd4013c
parent9b503338b4ac018c5abd398ffce324a0729f18d5 (diff)
downloadmidori-git-7612d5c16abcd1d0da0d382df477382f14a57bdd.tar.gz
Don't make untrue assertions in incognito teaser (#144)
- Right now these assertions don't hold true. - Even before the core revamp the WebKit2 port didn't implement these. - The respective privacy-related features may be re-implemented in the future. Closes: #120 Closes: #121 Closes: #122
-rw-r--r--core/app.vala3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/app.vala b/core/app.vala
index cba291b2..561b4ad8 100644
--- a/core/app.vala
+++ b/core/app.vala
@@ -277,10 +277,7 @@ namespace Midori {
_("HTML5 storage, local database and application caches are disabled."),
};
string[] notes = {
- _("Referrer URLs are stripped down to the hostname."),
_("DNS prefetching is disabled."),
- _("The language and timezone are not revealed to websites."),
- _("Flash and other Netscape plugins cannot be listed by websites."),
};
try {