SW blocklist is local only now

This commit is contained in:
Lucas Gabriel 2025-04-15 19:51:47 -03:00
parent b71b3b9eab
commit 2f532fdd0d
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -1,7 +1,7 @@
const fs = require('fs'); const fs = require('fs');
const path = require('path'); 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 = []; let blocklist = [];