Issue #1418: fix the metabask raw hosts url.

This commit is contained in:
Steven Black
2021-03-10 21:09:48 -05:00
parent 8f49b0667a
commit 0d740f4f33
+1 -1
View File
@@ -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"
}