Skip to content

Commit

Permalink
update phishing blocker regex
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 12, 2024
1 parent 67c944a commit e88864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ browser.declarativeNetRequest.updateDynamicRules({
condition: {
resourceTypes: ["main_frame", "sub_frame"],
regexFilter:
"^https?://((?:[-0-9a-z.]+)?(?:s|[0-9])(?:[-0-9a-z.]+)?k(?:[-0-9a-z.]+)?(?:i|[0-9])(?:[-0-9a-z.]+)?n(?:[-0-9a-z.]+)?p(?:[-0-9a-z.]+)?(?:o|[0-9])(?:[-0-9a-z.]+)?r(?:[-0-9a-z.]+)?(?:t|[0-9])(?:[-0-9a-z.]+)?\\.[a-z]+)",
"^https?://((?:[-0-9a-z.])?(?:s|[0-9])(?:[-0-9a-z.])?k(?:[-0-9a-z.])?(?:i|[0-9])(?:[-0-9a-z.])?n(?:[-0-9a-z.])?p(?:[-0-9a-z.])?(?:o|[0-9])(?:[-0-9a-z.])?r(?:[-0-9a-z.])?(?:t|[0-9])(?:[-0-9a-z.])?\\.[a-z]+)",
excludedRequestDomains: [
"skinport.com",
"skinport.app",
Expand Down

0 comments on commit e88864a

Please sign in to comment.