Browse Source

Fix reject false positive

SukkaW 2 years ago
parent
commit
af12000bf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Build/lib/reject-data-source.js

+ 1 - 1
Build/lib/reject-data-source.js

@@ -1,7 +1,7 @@
 // @ts-check
 /** @type {[string, boolean][]} */
 const HOSTS = [
-  ['https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true],
+  ['https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', false],
   ['https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt', false],
   ['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', false],
   ['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', false],