1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Redirect from malicious sites faster

This commit is contained in:
Dan Finlay 2017-07-13 10:38:56 -07:00
parent 3d082203ec
commit 5e31fc97cd
2 changed files with 3 additions and 1 deletions

View File

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

View File

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