Skip to content

Commit

Permalink
Update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dthung1602 committed May 15, 2022
1 parent 0f020b7 commit e079dba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,21 @@ const NEW_BAN_DOMAINS_1 = [
"mangadungeon.com",
"manga4all.net",
"wikiraw.net",
"zcash4.com",

"buzz15.com",
"www.salarybaar.com",

// This regex should cover:
// Www.cashapp1.com
// www.zcash4.com
"/www[a-z0-9-.]*work[a-z0-9-.]*com/",

// This regex should cover:
// "www.works43.com",
// "www.net.works39.com",
// "www.fast.works39.com",
// "www.easywork2.com",
"/www[a-z0-9-.]*cash[a-z0-9-.]*com/",
]

async function migrationToVer1_0_1() {
Expand Down

0 comments on commit e079dba

Please sign in to comment.