about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-09-17 22:14:48 +0300
committerManeraKai <manerakai@protonmail.com>2023-09-17 22:14:48 +0300
commit947bb38ea45ca3d78de0b69935dd84570dbb3cea (patch)
tree6d4b0fb7bd4f4f6daed4ee4a3583cb0912ae485a /src
parentCleaning code (diff)
downloadlibredirect-947bb38ea45ca3d78de0b69935dd84570dbb3cea.zip
added SafeTwitch embed support https://codeberg.org/LibRedirect/browser_extension/issues/105
Diffstat (limited to '')
-rw-r--r--src/config.json4
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": {