Skip to content

Commit

Permalink
Merge pull request #2113 from brave/gofundme
Browse files Browse the repository at this point in the history
Remove attribution ID from gofundme share links
  • Loading branch information
fmarier authored Oct 21, 2024
2 parents 70b64a3 + d4a98e4 commit e287ebd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions brave-lists/clean-urls-permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"*://*.youtube.com/*",
"*://*.instagram.com/*",
"*://open.spotify.com/*",
"*://www.gofundme.com/*",
"*://www.tumblr.com/*",
"https://boocmp.github.io/clipboard/*"
]
Expand Down
12 changes: 12 additions & 0 deletions brave-lists/clean-urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,18 @@
"from"
]
},
{
"include": [
"*://www.gofundme.com/*"

],
"exclude": [

],
"params": [
"attribution_id"
]
},
{
"include": [
"*://gamefound.com/*"
Expand Down

0 comments on commit e287ebd

Please sign in to comment.