diff options
| author | ManeraKai <manerakai@protonmail.com> | 2023-09-02 12:19:19 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2023-09-02 12:19:19 +0300 |
| commit | e06a0a1a97d66429809a19eb95c6967092d36662 (patch) | |
| tree | 448f9df5280f7018449bebac7b9456fda6f7eb8d /src/config | |
| parent | Merge branch 'master' of https://github.com/libredirect/browser_extension (diff) | |
| download | libredirect-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.json | 2 |
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\\/" ], |
