瀏覽代碼

Whitelist instant.page

SukkaW 4 年之前
父節點
當前提交
221750e2df
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Build/build-reject-domainset.js

+ 2 - 1
Build/build-reject-domainset.js

@@ -95,7 +95,8 @@ async function processFilterRules(filterRulesUrl) {
     'ae01.alicdn.com',
     'whoami.akamai.net',
     'whoami.ds.akahelp.net',
-    'pxlk9.net.' // This one is malformed from EasyList, which I will manually add instead
+    'pxlk9.net.', // This one is malformed from EasyList, which I will manually add instead
+    'instant.page' // No, it doesn't violate anyone's privacy. I will whitelist it
   ]);
   /** @type Set<string> */
   const blacklistDomainSets = new Set();