From f15a3ca977a4ec5ab07f8f5d8ee45e92fa6b4526 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 19 Jan 2017 10:59:49 +0100 Subject: [PATCH] Non-secure for DappReg (#4216) --- js/src/dapps/index.js | 2 +- js/src/views/Dapps/builtin.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/js/src/dapps/index.js b/js/src/dapps/index.js index 32e2ececd..584fbb319 100644 --- a/js/src/dapps/index.js +++ b/js/src/dapps/index.js @@ -16,7 +16,7 @@ module.exports = [ { name: 'basiccoin', entry: 'basiccoin.js', title: 'Basic Token Deployment' }, - { name: 'dappreg', entry: 'dappreg.js', title: 'Dapp Registry', secure: true }, + { name: 'dappreg', entry: 'dappreg.js', title: 'Dapp Registry' }, { name: 'githubhint', entry: 'githubhint.js', title: 'GitHub Hint', secure: true }, { name: 'localtx', entry: 'localtx.js', title: 'Local transactions Viewer', secure: true }, { name: 'registry', entry: 'registry.js', title: 'Registry' }, diff --git a/js/src/views/Dapps/builtin.json b/js/src/views/Dapps/builtin.json index a25ac4f69..91c89d08a 100644 --- a/js/src/views/Dapps/builtin.json +++ b/js/src/views/Dapps/builtin.json @@ -62,8 +62,7 @@ "description": "Enables the registration and content management of dapps on the network", "author": "Parity Team ", "version": "1.0.0", - "visible": false, - "secure": true + "visible": false }, { "id": "0x9042323cd85c6576992d211de34b3ecc183f15e4f639aa87859882f839c374e5",