diff --git a/src/manifest.json b/src/manifest.json index 390346acec..fb46f6f903 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -55,7 +55,7 @@ "webRequest", "webRequestBlocking" ], - "version": "15.0.0.1", + "version": "15.0.0.2", "web_accessible_resources": [ "resources/*" ] diff --git a/src/reporter/index.js b/src/reporter/index.js index fcdb27d33a..e0b7637364 100644 --- a/src/reporter/index.js +++ b/src/reporter/index.js @@ -72,7 +72,6 @@ const knownGood = [ "blockadblock.com", "derstandard.at", - "kissanime.ru", "kwejk.pl", "soft98.ir", "moonbit.co.in", @@ -88,6 +87,9 @@ const knownBad = [ "9anime.is", "avgle.com", // NSFW "cointiply.com", + + // Temporary, causing massive spam on the API server + "kissanime.ru", ]; /** * Check if a domain matches one of the matchers.