Skip to content

Replace instances of String.prototype.contains with String.prototype.includes

Sukhbir Singh requested to merge azadi/bitmask_thunderbird:issue-9-and-10 into master

In Firefox 48, contains() has been replaced with includes(). See https://bugzilla.mozilla.org/show_bug.cgi?id=1102219 for more information. This bug was preventing the extension from configuring a new Bitmask account (see issues #9 and #10).

Merge request reports