diff options
author | Hygna <hygna@proton.me> | 2022-09-29 18:32:03 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-29 18:32:03 +0100 |
commit | f1b8b64c48fede90ee9c828c1b82e641c0fe653d (patch) | |
tree | 44b55dfde203a223d57e6dcfd717dad7614e3b54 /src/config | |
parent | Unify cookies (diff) | |
download | libredirect-f1b8b64c48fede90ee9c828c1b82e641c0fe653d.zip |
Changes:
Improved instance fetcher Added instance updating Fix a few bugs
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json index 6f926034..e2b511b9 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -535,7 +535,7 @@ "instanceList": "true" } }, - "targets": ["^https?:\\/{2}send\\.libredirect\\.invalid\\/$", "^https?:\\/{2}send\\.firefox\\.com\\/$", "^https?:\\/{2}sendfiles\\.online\\/$"], + "targets": ["^https?:\\/{2}send\\.libredirect\\.invalid\\/?$", "^https?:\\/{2}send\\.firefox\\.com\\/?$", "^https?:\\/{2}sendfiles\\.online\\/?$"], "name": "Send Files", "options": { "enabled": true }, "imageType": "svgMono", |