mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Remove blocklist of skins with viruses. These are now purged.
This commit is contained in:
parent
91618c9c6b
commit
3b4e5b17c3
1 changed files with 0 additions and 3 deletions
|
|
@ -61,9 +61,6 @@ export class BulkDownloadConnection {
|
||||||
.where((builder) => {
|
.where((builder) => {
|
||||||
builder.where({ skin_type: 1 }).orWhere({ skin_type: 2 });
|
builder.where({ skin_type: 1 }).orWhere({ skin_type: 2 });
|
||||||
})
|
})
|
||||||
// https://www.virustotal.com/gui/file/cc75df902c1e128433a7f7b8635aa928fe4cefbdcd91564b7e66305a25edd538
|
|
||||||
// This got flagged as malicious. Unclear if it's a false positive or real.
|
|
||||||
.whereNot({ md5: "5dac271c708d620db7b29d5bcf1598c2" })
|
|
||||||
.limit(this._first)
|
.limit(this._first)
|
||||||
.offset(this._offset);
|
.offset(this._offset);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue