Skip to content

Commit

Permalink
change site url
Browse files Browse the repository at this point in the history
  • Loading branch information
Monyer committed Sep 25, 2020
1 parent e750ef0 commit f9522ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion background/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function _checkIfUrlBlack(details) {
return true;
}
//ban掉其他危险的域名,譬如统计网站。对于防追踪,用一些adblock插件会更全一些,效果更哈奥
if (blockKeywords(urlDomain, KEYWORDLIST.blackOtherXssiDomain, "其他域名", details)) {
if (blockKeywords(urlDomain, KEYWORDLIST.blackOtherXssiDomain, "其他域名黑名单", details)) {
return true;
}
//ban掉URI部分中的关键词。
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"browsingData"
],
"incognito": "spanning",
"homepage_url": "https://www.monyer.com"
"homepage_url": "https://github.com/Monyer/antiHoneyPot"
}

0 comments on commit f9522ab

Please sign in to comment.