about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-09-02 12:19:19 +0300
committerManeraKai <manerakai@protonmail.com>2023-09-02 12:19:19 +0300
commite06a0a1a97d66429809a19eb95c6967092d36662 (patch)
tree448f9df5280f7018449bebac7b9456fda6f7eb8d /src/config
parentMerge branch 'master' of https://github.com/libredirect/browser_extension (diff)
downloadlibredirect-e06a0a1a97d66429809a19eb95c6967092d36662.zip
Added x.com support https://github.com/libredirect/browser_extension/issues/799. fixed bug in settings
Diffstat (limited to '')
-rw-r--r--src/config.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
index 914b5ab0..a20b98b7 100644
--- a/src/config.json
+++ b/src/config.json
@@ -138,7 +138,9 @@
 			},
 			"targets": [	
 				"^https?:\\/{2}(www\\.|mobile\\.)?twitter\\.com\\/",
+				"^https?:\\/{2}(www\\.|mobile\\.)?x\\.com\\/",
 				"^https?:\\/{2}(pbs\\.|video\\.)twimg\\.com\\/",
+				"^https?:\\/{2}platform\\.x\\.com/embed\\/",
 				"^https?:\\/{2}platform\\.twitter\\.com/embed\\/",
 				"^https?:\\/{2}t\\.co\\/"
 			],