diff --git a/src/js/services/DomainCheck.js b/src/js/services/DomainCheck.js index 8a0c691..d36e0f7 100644 --- a/src/js/services/DomainCheck.js +++ b/src/js/services/DomainCheck.js @@ -4,7 +4,7 @@ class DomainCheck { } get hasMatch() { - return this.url.match(/github/) + return this.url.match(/github/) || this.url.match(/trello/) || this.url.match(/mocoapp/) } }