Skip to content

Commit

Permalink
Add duckduckgo privacy proxies
Browse files Browse the repository at this point in the history
Also mentioned in #99.
  • Loading branch information
Cimbali committed Mar 30, 2020
1 parent 1a20c4f commit 7ecbaa4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions addon/data/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,20 @@
}
},
".duckduckgo": {
".external-content": {
"^/ip\\d+/": {
"actions": {
"whitelist_path": true
}
},
"^/iu/$": {
"actions": {
"whitelist": [
"u"
]
}
}
},
"^/mapkit/$": {
"actions": {
"whitelist": [
Expand Down

0 comments on commit 7ecbaa4

Please sign in to comment.