diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-09-17 22:14:48 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-09-17 22:14:48 +0300 |
commit | 947bb38ea45ca3d78de0b69935dd84570dbb3cea (patch) | |
tree | 6d4b0fb7bd4f4f6daed4ee4a3583cb0912ae485a /src | |
parent | Cleaning code (diff) | |
download | libredirect-947bb38ea45ca3d78de0b69935dd84570dbb3cea.zip |
added SafeTwitch embed support https://codeberg.org/LibRedirect/browser_extension/issues/105
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 52b2dcf0..87562dd1 100644 --- a/src/config.json +++ b/src/config.json @@ -174,7 +174,7 @@ "frontends": { "safetwitch": { "name": "SafeTwitch", - "embeddable": false, + "embeddable": true, "instanceList": true, "url": "https://codeberg.org/dragongoose/safetwitch", "localhost": false @@ -192,7 +192,7 @@ "instance": "public" }, "imageType": "svg", - "embeddable": false, + "embeddable": true, "url": "https://twitch.tv" }, "tiktok": { |