diff options
author | Hygna <hygna@proton.me> | 2022-10-21 19:24:55 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-21 19:25:50 +0100 |
commit | 51bb4e1557b892f94132131aa6d19e5cb2b148d0 (patch) | |
tree | 5b48f4fa91293340a0c9c0562d07bd2858d4b8ac /src/config | |
parent | Bump versiom 2.3.1 => 2.3.2 (diff) | |
download | libredirect-51bb4e1557b892f94132131aa6d19e5cb2b148d0.zip |
Fixed redirect toggles set to false being reset
Closes https://github.com/libredirect/libredirect/issues/499
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json index 5f70b85c..d9463206 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -163,7 +163,12 @@ "instanceList": true } }, - "targets": ["^https?:\\/{2}(www\\.|mobile\\.|)twitter\\.com(\\/|$)", "^https?:\\/{2}(pbs\\.|video\\.|)twimg\\.com(\\/|$)", "^https?:\\/{2}platform\\.twitter\\.com/embed(\\/|$)", "^https?:\\/{2}t\\.co(\\/|$)"], + "targets": [ + "^https?:\\/{2}(www\\.|mobile\\.|)twitter\\.com(\\/|$)", + "^https?:\\/{2}(pbs\\.|video\\.|)twimg\\.com(\\/|$)", + "^https?:\\/{2}platform\\.twitter\\.com/embed(\\/|$)", + "^https?:\\/{2}t\\.co(\\/|$)" + ], "name": "Twitter", "options": { "enabled": true, |