aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-03-03 12:03:23 +0300
committerManeraKai <manerakai@protonmail.com>2024-03-03 12:03:23 +0300
commitbe9a72f3a2b0e9317e2229dca3006a27ec26dad3 (patch)
tree7f95e23b86f4c026d1915a79c379392613185ff5
parentMerge pull request #896 from hamzakat/patch-1 (diff)
downloadlibredirect-be9a72f3a2b0e9317e2229dca3006a27ec26dad3.zip
Added search hack for android https://github.com/libredirect/browser_extension/issues/362
Diffstat (limited to '')
-rw-r--r--src/config.json3
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": {