From 73f94c33f7e73ebadf9131bd232cdaf87dd4e026 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Mon, 7 Nov 2016 20:08:24 +0100 Subject: [PATCH] Add secure flag back (#3246) * Add secure flag back * Don't run js-release for tags Former-commit-id: e61c6c4af3c7720a74bd4093b2fa5271c389236c --- .gitlab-ci.yml | 1 - js/src/views/Dapps/dappsStore.js | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2544fca51..149c39da9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -413,7 +413,6 @@ js-release: - master - beta - stable - - tags image: ethcore/rust:stable before_script: - ./js/scripts/install-deps.sh diff --git a/js/src/views/Dapps/dappsStore.js b/js/src/views/Dapps/dappsStore.js index 443a58649..01877c38b 100644 --- a/js/src/views/Dapps/dappsStore.js +++ b/js/src/views/Dapps/dappsStore.js @@ -58,7 +58,8 @@ const builtinApps = [ name: 'GitHub Hint', description: 'A mapping of GitHub URLs to hashes for use in contracts as references', author: 'Parity Team ', - version: '1.0.0' + version: '1.0.0', + secure: true } ];