diff options
author | Hygna <hygna@proton.me> | 2022-10-09 13:56:04 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-09 13:56:04 +0100 |
commit | 96f6ca4c223c377debd2d1d5a1ffdd39979c2755 (patch) | |
tree | 67142a2e9e94056d0b1cb764f378ba7a68a03630 /src/config | |
parent | Toggle current instance in popup (diff) | |
download | libredirect-96f6ca4c223c377debd2d1d5a1ffdd39979c2755.zip |
Updated instances
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 8110748f..bb970525 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -397,7 +397,7 @@ } }, "targets": [ - "^https?:\\/{2}([a-z]+\\.)*quora\\.com.*" + "^https?:\\/{2}([a-z]+\\.)*quora\\.com" ], "name": "Quora", "options": { |