From 13721bd1d406063ee98c29912223c43bbe175199 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Sat, 19 Oct 2024 14:19:12 -0700 Subject: [PATCH] Remove attribution ID from gofundme share links Sample URL: https://www.gofundme.com/f/save-mec-legal-fund?attribution_id=sl:f9f958e4-c9f9-4aee-86a0-1af80a3b50b4 --- brave-lists/clean-urls-permissions.json | 1 + brave-lists/clean-urls.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/brave-lists/clean-urls-permissions.json b/brave-lists/clean-urls-permissions.json index 3048dd7b..ef7f402c 100644 --- a/brave-lists/clean-urls-permissions.json +++ b/brave-lists/clean-urls-permissions.json @@ -2,6 +2,7 @@ "js_api": [ "*://*.youtube.com/*", "*://*.instagram.com/*", + "*://www.gofundme.com/*", "*://www.tumblr.com/*", "https://boocmp.github.io/clipboard/*" ] diff --git a/brave-lists/clean-urls.json b/brave-lists/clean-urls.json index 08494bd9..ce527cb5 100644 --- a/brave-lists/clean-urls.json +++ b/brave-lists/clean-urls.json @@ -153,6 +153,18 @@ "from" ] }, + { + "include": [ + "*://www.gofundme.com/*" + + ], + "exclude": [ + + ], + "params": [ + "attribution_id" + ] + }, { "include": [ "*://gamefound.com/*"