diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-03-03 12:03:23 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-03-03 12:03:23 +0300 |
commit | be9a72f3a2b0e9317e2229dca3006a27ec26dad3 (patch) | |
tree | 7f95e23b86f4c026d1915a79c379392613185ff5 /src | |
parent | Merge pull request #896 from hamzakat/patch-1 (diff) | |
download | libredirect-be9a72f3a2b0e9317e2229dca3006a27ec26dad3.zip |
Added search hack for android https://github.com/libredirect/browser_extension/issues/362
Diffstat (limited to 'src')
-rw-r--r-- | src/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 5ed5c967..4b65e4d5 100644 --- a/src/config.json +++ b/src/config.json @@ -904,7 +904,8 @@ } }, "targets": [ - "^https?:\\/{2}search\\.libredirect\\.invalid" + "^https?:\\/{2}search\\.libredirect\\.invalid", + "^https?:\\/{2}libredirect\\.github\\.io\\/\\?q" ], "name": "Search", "options": { |