uups
This commit is contained in:
parent
9a616283cb
commit
7e34635653
|
@ -353,6 +353,13 @@ class WikiItem {
|
|||
}
|
||||
}
|
||||
|
||||
blackListed () {
|
||||
if ( typeof command.urlBlacklist != 'object' ) {
|
||||
return false
|
||||
}
|
||||
return command.urlBlacklist.some( patt => this.url.includes( patt ))
|
||||
}
|
||||
|
||||
load () {
|
||||
return http({
|
||||
url: this.urlReplacements(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user