skeleton
This commit is contained in:
@@ -4,7 +4,7 @@ class DomainCheck {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get hasMatch() {
|
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