diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/config.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/config/config.json b/src/config/config.json index 61195830..97168263 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -254,14 +254,18 @@ "frontends": {
"rimgo": {
"name": "rimgo",
+ "embeddable": true,
"instanceList": true
}
},
- "targets": ["^https?:\\/{2}([im]\\.)?imgur\\.(com|io)(\\/|$)"],
+ "targets": ["^https?:\\/{2}([im]\\.)?(stack\\.)?imgur\\.(com|io)(\\/|$)"],
"name": "Imgur",
- "options": { "enabled": true },
+ "options": {
+ "enabled": true,
+ "redirectType": "both"
+ },
"imageType": "png",
- "embeddable": false,
+ "embeddable": true,
"url": "https://imgur.com"
},
"wikipedia": {
|
