Skip to content

Commit

Permalink
Merge pull request #2051 from brave/debounce-postmark
Browse files Browse the repository at this point in the history
Debounce Postmark link tracker
  • Loading branch information
fmarier authored Sep 18, 2024
2 parents d5a9f5e + c6c8a9d commit e441977
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions brave-lists/debounce.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,32 @@
"action": "regex-path",
"param": "^/([^/]+)/s(/.*)$"
},
{
"include": [
"*://click.pstmrk.it/2s/*",
"*://click.pstmrk.it/2sm/*",
"*://click.pstmrk.it/2ts/*",
"*://click.pstmrk.it/3s/*",
"*://click.pstmrk.it/3ts/*"
],
"exclude": [
],
"prepend_scheme": "https",
"action": "regex-path",
"param": "^/[23]t?sm?/([^/]+)/.*$"
},
{
"include": [
"*://click.pstmrk.it/2/*",
"*://click.pstmrk.it/2m/*",
"*://click.pstmrk.it/3/*"
],
"exclude": [
],
"prepend_scheme": "http",
"action": "regex-path",
"param": "^/[23]m?/([^/]+)/.*$"
},
{
"include": [
"*://shopping.yahoo.com/rdlw?*"
Expand Down

0 comments on commit e441977

Please sign in to comment.