Skip to content

Commit

Permalink
add wellsfargo to exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
jkingsman committed Mar 21, 2015
1 parent 4ec3b32 commit 1bce62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chrome.storage.sync.get(null, function (data) {
alertFound: false,
alertCSSFound: true,
xhrDelay: 5,
exclusionList: "google.com::facebook.com::reddit.com::amazon.com::wikipedia.org::chrome-extension" //high traffic sites with either lots of false positives or definitely no weakness that this would catch
exclusionList: "google.com::facebook.com::reddit.com::amazon.com::wikipedia.org::chrome-extension::wellsfargo.com" //high traffic sites with either lots of false positives or definitely no weakness that this would catch
};

//only create a new sites if we don't have it yet; don't want to overwrite people's on update
Expand Down

0 comments on commit 1bce62d

Please sign in to comment.