aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/scripts/metamask-controller.js1
-rw-r--r--ui/app/app.js8
-rw-r--r--ui/app/info.js7
4 files changed, 2 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e635f6158..069602915 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+- Remove Slack link from info page, since it is a big phishing target.
+
## 3.10.8 2017-9-28
- Fixed usage of new currency fetching API.
diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js
index 03e021a92..1a468b6c7 100644
--- a/app/scripts/metamask-controller.js
+++ b/app/scripts/metamask-controller.js
@@ -221,7 +221,6 @@ module.exports = class MetamaskController extends EventEmitter {
eth_syncing: false,
web3_clientVersion: `MetaMask/v${version}`,
},
- originHttpHeaderKey: 'X-Metamask-Origin',
// account mgmt
getAccounts: (cb) => {
const isUnlocked = this.keyringController.memStore.getState().isUnlocked
diff --git a/ui/app/app.js b/ui/app/app.js
index 50121b055..613577913 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -167,14 +167,6 @@ App.prototype.renderAppBar = function () {
}),
]),
- // metamask name
- props.isUnlocked && h('h1', {
- style: {
- position: 'relative',
- left: '9px',
- },
- }, 'MetaMask'),
-
props.isUnlocked && h('div', {
style: {
display: 'flex',
diff --git a/ui/app/info.js b/ui/app/info.js
index 4c7d4cb4c..24c211c1f 100644
--- a/ui/app/info.js
+++ b/ui/app/info.js
@@ -126,13 +126,6 @@ InfoScreen.prototype.render = function () {
]),
]),
- h('div.fa.fa-slack', [
- h('a.info', {
- href: 'http://slack.metamask.io',
- target: '_blank',
- }, 'Join the conversation on Slack'),
- ]),
-
h('div', [
h('.fa.fa-twitter', [
h('a.info', {