refactor: 小修改

pull/67/head
xiaojunnuo 2020-11-30 21:58:20 +08:00
parent 184e41c9f9
commit 51a7982316
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ module.exports = {
abort: true, abort: true,
desc: '广告拦截' desc: '广告拦截'
} }
},
'*.buysellads.com': {
'/ads/.*': {
abort: true,
desc: '广告拦截'
}
} }
}, },
whiteList: { whiteList: {