1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #1775 from MetaMask/BlacklistFaster

Redirect from malicious sites faster
This commit is contained in:
kumavis 2017-07-13 11:00:40 -07:00 committed by GitHub
commit 43b7d5f0eb
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Now redirects from known malicious sites faster.
## 3.9.0 2017-7-12
- Now detects and blocks known phishing sites.

View File

@ -54,7 +54,7 @@
"all_frames": true
},
{
"run_at": "document_end",
"run_at": "document_start",
"matches": ["http://*/*", "https://*/*"],
"js": ["scripts/blacklister.js"]
}