瀏覽代碼

Whitelisting bitly email domain

SukkaW 2 年之前
父節點
當前提交
880715f196
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 3
      Build/lib/reject-data-source.ts
  2. 1 1
      Source/domainset/reject_phishing.conf

+ 3 - 3
Build/lib/reject-data-source.ts

@@ -221,7 +221,8 @@ export const PREDEFINED_WHITELIST = [
   'vlscppe.microsoft.com',
   // OpenAI use this for A/B testing
   // Fuck Peter Lowe Hosts
-  'pstmrk.it'
+  'pstmrk.it',
+  'email.accounts.bitly.com'
 ];
 
 export const PREDEFINED_ENFORCED_WHITELIST = [
@@ -243,6 +244,5 @@ export const PREDEFINED_ENFORCED_WHITELIST = [
   'glitch.me',
   'netlify.app',
   'blogspot.com',
-  'appspot.com',
-  'email.accounts.bitly.com'
+  'appspot.com'
 ];

+ 1 - 1
Source/domainset/reject_phishing.conf

@@ -1,2 +1,2 @@
-# $ meta_title Sukka's Ruleset - Reject Phishing
+# $ meta_title Sukka's Ruleset - Deprecated
 # $ meta_description The file has been deprecated, its content has been merged into the main `reject` domainset.