Skip to content

Commit

Permalink
Add addthis.com
Browse files Browse the repository at this point in the history
Closes #139.
  • Loading branch information
dgraham committed Nov 5, 2021
1 parent bf6fabe commit 0f7662b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Ka-Block.safariextension/blockerList.json
Original file line number Diff line number Diff line change
Expand Up @@ -6209,6 +6209,42 @@
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?m\\.addthisedge\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?o\\.addthis\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?su\\.addthis\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?adview\\.pl[:/]",
Expand Down

0 comments on commit 0f7662b

Please sign in to comment.