Added search hack for android https://github.com/libredirect/browser_extension/issues/362
This commit is contained in:
parent
bf64922d2c
commit
be9a72f3a2
|
@ -904,7 +904,8 @@
|
|||
}
|
||||
},
|
||||
"targets": [
|
||||
"^https?:\\/{2}search\\.libredirect\\.invalid"
|
||||
"^https?:\\/{2}search\\.libredirect\\.invalid",
|
||||
"^https?:\\/{2}libredirect\\.github\\.io\\/\\?q"
|
||||
],
|
||||
"name": "Search",
|
||||
"options": {
|
||||
|
|
Loading…
Reference in New Issue