Skip to content

Commit

Permalink
Add news trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Sep 8, 2018
1 parent 852cf5c commit 90472ca
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Ka-Block.safariextension/blockerList.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,18 @@
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?analytics\\.edgesuite\\.net[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?analytics\\.revee\\.com[:/]",
Expand Down Expand Up @@ -1024,6 +1036,18 @@
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?beemray\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?behavioralengine\\.com[:/]",
Expand Down

0 comments on commit 90472ca

Please sign in to comment.