From 24761326de652e14533c8f51498a25e875ab429b Mon Sep 17 00:00:00 2001
From: Whymarrh Whitby <whymarrh.whitby@gmail.com>
Date: Tue, 9 Apr 2019 14:14:04 -0230
Subject: Don't inject web3 on sharefile.com

---
 app/scripts/contentscript.js | 1 +
 1 file changed, 1 insertion(+)

(limited to 'app/scripts/contentscript.js')

diff --git a/app/scripts/contentscript.js b/app/scripts/contentscript.js
index 68b6117e5..2325cecdd 100644
--- a/app/scripts/contentscript.js
+++ b/app/scripts/contentscript.js
@@ -275,6 +275,7 @@ function blacklistedDomainCheck () {
     'harbourair.com',
     'ani.gamer.com.tw',
     'blueskybooking.com',
+    'sharefile.com',
   ]
   const currentUrl = window.location.href
   let currentRegex
-- 
cgit