This commit is contained in:
Tobias Miesel
2018-10-17 15:20:45 +02:00
parent c786112a66
commit f12cf7ab2a

View File

@@ -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/)
}
}