aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-13 04:09:20 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-13 04:09:20 +0800
commit52b92fbe40e221c53e1c93a2e998c65833c2334d (patch)
tree478cb4188e00691d9dea584636349606feff1e84 /gulpfile.js
parent822ebca3eb4a1e03b88d2e9def11260de44a9f63 (diff)
downloadtangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar
tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.gz
tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.bz2
tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.lz
tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.xz
tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.tar.zst
tangerine-wallet-browser-52b92fbe40e221c53e1c93a2e998c65833c2334d.zip
Add first version of phishing site warning
Links to my own blacklist for now, since I added a package.json for easy importing. We can point at the main 408H repository once this is merged: https://github.com/409H/EtherAddressLookup/pull/24 Redirects detected phishing sites [here](https://metamask.io/phishing.html).
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index cc723704a..53de7a7d9 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -172,6 +172,7 @@ gulp.task('default', ['lint'], function () {
const jsFiles = [
'inpage',
'contentscript',
+ 'blacklister',
'background',
'popup',
]