skeleton
This commit is contained in:
committed by
Manuel Bouza
parent
b5155fc52a
commit
9167b1c590
@@ -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/)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user