diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 52358170..13d5dc30 100644 --- a/src/config.json +++ b/src/config.json @@ -994,6 +994,32 @@ }, "imageType": "svg", "url": "https://bsky.app/" + }, + "tumblr": { + "frontends": { + "priviblur": { + "name": "Priviblur", + "embeddable": true, + "instanceList": true, + "url": "https://github.com/syeopite/priviblur", + "localhost": true + } + }, + "targets": [ + "^https?:\\/{2}(media\\.|blog\\.|assets\\.|static\\.)?tumblr\\.com\\/", + "^https?:\\/{2}[0-9]+\\.media\\.tumblr\\.com\\/" + ], + "name": "Tumblr", + "options": { + "enabled": false, + "redirectType": "main_frame", + "unsupportedUrls": "bypass", + "frontend": "priviblur", + "instance": "public" + }, + "imageType": "svg", + "embeddable": true, + "url": "https://tumblr.com" } } } \ No newline at end of file |