From 0d740f4f338a50e7f9129521142e10ff51b12c2a Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 10 Mar 2021 21:09:48 -0500 Subject: [PATCH] Issue #1418: fix the metabask raw hosts url. --- data/MetaMask/update.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/MetaMask/update.json b/data/MetaMask/update.json index 680b0e6e6..187504296 100644 --- a/data/MetaMask/update.json +++ b/data/MetaMask/update.json @@ -4,6 +4,6 @@ "homeurl": "https://github.com/MetaMask/eth-phishing-detect", "frequency": "frequent", "issues": "https://github.com/MetaMask/eth-phishing-detect/issues", - "url": "https://github.com/MetaMask/eth-phishing-detect/blob/master/src/hosts.txt", + "url": "https://raw.githubusercontent.com/MetaMask/eth-phishing-detect/master/src/hosts.txt", "license": "DON'T BE A DICK PUBLIC LICENSE" }