From 5e31fc97cd5a30d6f750dde7f13664e3a731ebca Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 13 Jul 2017 10:38:56 -0700 Subject: Redirect from malicious sites faster --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8589735..7cb79bee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/app/manifest.json b/app/manifest.json index 269e88e64..7bf757d4c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -54,7 +54,7 @@ "all_frames": true }, { - "run_at": "document_end", + "run_at": "document_start", "matches": ["http://*/*", "https://*/*"], "js": ["scripts/blacklister.js"] } -- cgit