Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #99 from keraf/dev
Browse files Browse the repository at this point in the history
Release 0.4.8
  • Loading branch information
keraf authored Nov 17, 2017
2 parents b4b1dd8 + 98f3d01 commit ace429b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "no-coin",
"version": "0.4.7",
"version": "0.4.8",
"description": "Block coin miners on the web!",
"repository": {
"type": "git",
Expand Down
11 changes: 10 additions & 1 deletion src/blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,13 @@ wss://*.2giga.link/wproxy*
*://monerominer.rocks/miner.php*
*://cdn.cloudcoins.co/javascript/cloudcoins.min.js*
*://coinlab.biz/lib/coinlab.js*
*://papoto.com/lib/*
*://papoto.com/lib/*
*://cookiescript.info/libs/*
*://*.cookiescript.info/libs/*
*://cookiescriptcdn.pro/libs/*
*://rocks.io/assets/*
*://*.rocks.io/assets/*
*://*.rocks.io/proxy*
*://ad-miner.com/lib/*
*://*.ad-miner.com/lib/*
*://party-nngvitbizn.now.sh/*
1 change: 1 addition & 0 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const isDomainWhitelisted = (domain) => {

const addDomainToWhitelist = (domain, time) => {
if (!domain) return;
time = +time || 0;

// Make sure the domain is not already whitelisted before adding it
if (!isDomainWhitelisted(domain)) {
Expand Down

0 comments on commit ace429b

Please sign in to comment.