[epiphany] lib: Update tracking blacklist
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] lib: Update tracking blacklist
- Date: Tue, 21 Jan 2014 16:22:56 +0000 (UTC)
commit 2661c2c1312e9b9489de4ae4c1834d5d2444347e
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 21 08:20:54 2014 +0100
lib: Update tracking blacklist
From https://bitbucket.org/veg/pureurl/commits/9d309ef643421821a9e6630f84c522b216f9cead
https://bugzilla.gnome.org/show_bug.cgi?id=722675
lib/ephy-uri-helpers.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/lib/ephy-uri-helpers.c b/lib/ephy-uri-helpers.c
index acd46aa..2d384ee 100644
--- a/lib/ephy-uri-helpers.c
+++ b/lib/ephy-uri-helpers.c
@@ -169,6 +169,7 @@ is_garbage (const char *name,
{ "utm_term", NULL },
{ "utm_content", NULL },
{ "utm_campaign", NULL },
+ { "utm_reader", NULL },
/* metrika.yandex.ru */
{ "yclid", NULL },
/* youtube.com */
@@ -185,7 +186,9 @@ is_garbage (const char *name,
{ "fref", "facebook.com" },
{ "hc_location", "facebook.com" },
/* imdb.com */
- { "ref_", "imdb.com" }
+ { "ref_", "imdb.com" },
+ /* addons.mozilla.org */
+ { "src", "addons.mozilla.org" }
};
guint i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]