Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
update reporter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Aug 24, 2019
1 parent 7a0b2f8 commit a4eec55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/content/ubo-extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ if ( !abort ) {
'hotbikeweb.com',
'hoylosangeles.com',
'ibtimes.com',
'ign.com',
'infinitiev.com',
'islands.com',
'lajollalight.com',
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "15.0.0.160",
"version": "15.0.0.161",
"web_accessible_resources": [
"resources/*"
]
Expand Down
9 changes: 1 addition & 8 deletions src/reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const knownGood = [

// Bad installation
"blockadblock.com",
"detectadblock.com",

// Broken by non-default ABP X Files
"hdblog.it",
Expand All @@ -46,15 +47,7 @@ const knownGood = [

// Fixed in regional filters
"dn.se",
"filmweb.pl",
"kwejk.pl",
"onet.pl",
"tvp.pl",
"visioncloud.rocks",
"wp.pl",

// Other known good
"youtube.com",
];

const knownBad = [
Expand Down

0 comments on commit a4eec55

Please sign in to comment.