Skip to content

Commit

Permalink
Whitelisting bitly email domain
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Feb 4, 2024
1 parent 189c3e0 commit 880715f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Build/lib/reject-data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -243,6 +244,5 @@ export const PREDEFINED_ENFORCED_WHITELIST = [
'glitch.me',
'netlify.app',
'blogspot.com',
'appspot.com',
'email.accounts.bitly.com'
'appspot.com'
];
2 changes: 1 addition & 1 deletion Source/domainset/reject_phishing.conf
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 880715f

Please sign in to comment.