SW blocklist is local only now
This commit is contained in:
parent
b71b3b9eab
commit
2f532fdd0d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const blocklistPath = path.join(__dirname, 'sw_blocklist.txt') || path.join(__dirname, '../../props/sw_blocklist.txt');
|
||||
const blocklistPath = path.join(__dirname, 'sw_blocklist.txt');
|
||||
|
||||
let blocklist = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue