Move all.json to root (#6)

This commit is contained in:
Jaco Greeff
2020-10-14 10:49:25 +02:00
committed by GitHub
parent 2b3d4a1b80
commit d7411964ef
2 changed files with 20 additions and 2 deletions
+11 -2
View File
@@ -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](<root>/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).
+9
View File
@@ -0,0 +1,9 @@
{
"allow": [
],
"deny": [
"polkadot-dot.info",
"polkawallets.site",
"polkodot.network"
]
}