diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 44d075ac..107a78ed 100644 --- a/src/config.json +++ b/src/config.json @@ -713,7 +713,27 @@ }, "imageType": "svg", "embeddable": false, - "url": "https://bandcamp.com/" + "url": "https://bandcamp.com" + }, + "wolframAlpha": { + "frontends": { + "wolfreeAlpha": { + "name": "WolfreeAlpha", + "instanceList": true, + "url": "https://git.disroot.org/wolfree" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/" + ], + "name": "WolframAlpha", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.wolframalpha.com" } } } \ No newline at end of file |