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

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Sep 30, 2018
1 parent 03c4980 commit adfc8a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
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.48",
"version": "15.0.0.49",
"web_accessible_resources": [
"resources/*"
]
Expand Down
27 changes: 7 additions & 20 deletions src/reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,28 +62,19 @@ const showMessage = (msg) => {
* @const {Array.<string>}
*/
const knownGood = [
// Wrong page
"addons.mozilla.org",
"chrome.google.com",
"www.microsoft.com",

"github.com",
"jspenguin.com",
"jspenguin2017.github.io",
"www.microsoft.com",

"androidcentral.com",
"bild.de",
// Bad installation
"blockadblock.com",
"businessinsider.com",
"hdblog.it", // Broken by the non-default ABP X Files
"kissasian.sh",
"soft98.ir",
"moonbit.co.in",
"moondoge.co.in",
"moonliteco.in",
"pixlr.com",
"symbolab.com",
"techradar.com",
"washingtonpost.com",

// Broken by non-default ABP X Files
"hdblog.it",

// Fixed in regional filters
"dn.se",
Expand All @@ -98,12 +89,8 @@ const knownGood = [
* @const {Array.<string>}
*/
const knownBad = [
"9anime.is",
"avgle.com", // NSFW
"cointiply.com",
"cryptomininggame.com",
"kissanime.ru",
"wowescape.com",
"twitch.tv",
];
/**
* Check if a domain matches one of the matchers.
Expand Down

0 comments on commit adfc8a3

Please sign in to comment.