diff options
Redirect from malicious sites faster
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |