From d7411964ef520bf8c308c3d3e4c4a9675f89b007 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 14 Oct 2020 10:49:25 +0200 Subject: [PATCH] Move all.json to root (#6) --- README.md | 13 +++++++++++-- all.json | 9 +++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 all.json diff --git a/README.md b/README.md index 3174ea875..f121aced9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# @polkadot/phishing +## @polkadot/phishing -A curated list of known less-than-honest sites including a simple JS utility function to check any host against this list. +A curated list of known less-than-honest sites inclusive of a simple JS utility function to check any host against this list. + +This list is maintained by the community, and is currently available at https://github.com/polkadot-js/phishing + +Any additions can be made by editing [https://github.com/polkadot-js/phishing/edit/master/all.json](/all.json) and additng any new sites in alphabetical order. + + +## Contributing + +Contributions welcome, either via a PR to the above list of [https://github.com/polkadot-js/phishing/issues](via logging an issue). diff --git a/all.json b/all.json new file mode 100644 index 000000000..a5477c52b --- /dev/null +++ b/all.json @@ -0,0 +1,9 @@ +{ + "allow": [ + ], + "deny": [ + "polkadot-dot.info", + "polkawallets.site", + "polkodot.network" + ] +}