Skip to content

Commit

Permalink
Merge branch 'tumblr-href-li' into 'master'
Browse files Browse the repository at this point in the history
Add href.li redirector on tumblr.com

Closes ClearUrls#979

See merge request ClearURLs/rules!47
  • Loading branch information
KevinRoebert committed Nov 10, 2023
2 parents 3d70074 + da98bdc commit 224b1c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,18 @@
"exceptions": [],
"redirections": [],
"forceRedirection": false
},
"href.li": {
"urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?href\\.li",
"completeProvider": false,
"rules": [],
"referralMarketing": [],
"rawRules": [],
"exceptions": [],
"redirections": [
"^https?:\\/\\/href\\.li\\/\\?(http.+)"
],
"forceRedirection": false
}
}
}

0 comments on commit 224b1c7

Please sign in to comment.