Skip to content

Commit

Permalink
Add searx URLs
Browse files Browse the repository at this point in the history
Closes #99.
  • Loading branch information
Cimbali committed Mar 30, 2020
1 parent eb39d08 commit 1a20c4f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions addon/data/rules.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
".*": {
".*": {
".proxy": {
".": {
"^/$": {
"actions": {
"whitelist": [
"mortyurl"
]
}
}
}
}
},
".amazon": {
"/ap/signin": {
"actions": {
Expand Down Expand Up @@ -1258,6 +1271,20 @@
]
}
},
"^/autocompleter$": {
"actions": {
"whitelist": [
"url"
]
}
},
"^/image_proxy$": {
"actions": {
"whitelist": [
"url"
]
}
},
"actions": {
"remove": [
"utm(_[a-zA-Z]*)?",
Expand Down

0 comments on commit 1a20c4f

Please sign in to comment.