mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Redirect from malicious sites faster
This commit is contained in:
parent
3d082203ec
commit
5e31fc97cd
@ -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.
|
||||||
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user