From 48f976c73a173785514035c48798baf7a4e02746 Mon Sep 17 00:00:00 2001 From: Jaco Date: Wed, 16 Aug 2023 13:25:50 +0300 Subject: [PATCH] Add missing site entries (#3788) --- all.json | 2 ++ eslint.config.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/all.json b/all.json index cd938129d..c617cd93e 100644 --- a/all.json +++ b/all.json @@ -29,6 +29,8 @@ "zapto.org" ], "deny": [ + "polkadonetwork.com", + "polkastarters-home.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0therside.com", diff --git a/eslint.config.js b/eslint.config.js index 0a4bd513b..ef8fe77c5 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/dev authors & contributors +// Copyright 2017-2023 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 import baseConfig from '@polkadot/dev/config/eslint';