diff options
| author | ManeraKai <manerakai@protonmail.com> | 2023-12-10 22:51:47 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2023-12-10 22:51:47 +0300 |
| commit | 473e1965677508801d10f75f50bc5d5e70ddc8c7 (patch) | |
| tree | 082f1df5d661cf758c53175e62774c4f1f2370a7 /src/config.json | |
| parent | Merge pull request #870 from syeopite/remove-debug-statements (diff) | |
| parent | Modified Tumblr redirection https://github.com/libredirect/browser_extension/... (diff) | |
| download | libredirect-473e1965677508801d10f75f50bc5d5e70ddc8c7.zip | |
Merge branch 'syeopite-master'
Diffstat (limited to 'src/config.json')
| -rw-r--r-- | src/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 13d5dc30..a99a3907 100644 --- a/src/config.json +++ b/src/config.json @@ -1006,8 +1006,9 @@ } }, "targets": [ - "^https?:\\/{2}(media\\.|blog\\.|assets\\.|static\\.)?tumblr\\.com\\/", - "^https?:\\/{2}[0-9]+\\.media\\.tumblr\\.com\\/" + "^https?:\\/{2}(media\\.|assets\\.|static\\.)?tumblr\\.com\\/", + "^https?:\\/{2}[0-9]+\\.media\\.tumblr\\.com\\/", + "^https?:\\/{2}(www\\.)?(.*)\\.tumblr.com\\/" ], "name": "Tumblr", "options": { |
