Skip to content

Commit 1055bfc

Browse files
committed
Website: urldefense.proofpoint.com
Closes #72
1 parent 77f2431 commit 1055bfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/rules.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,11 @@ const $kurlc_rules = [
10271027
name: 'connect.studentbeans.com',
10281028
match: /connect.studentbeans.com/i,
10291029
rules: ['ref']
1030+
},
1031+
{
1032+
name: 'urldefense.proofpoint.com',
1033+
match: /urldefense.proofpoint.com/i,
1034+
decode: { param: 'u', encoding: 'url2' }
10301035
}
10311036
];
10321037

0 commit comments

Comments
 (0)