refactor: 小修改
parent
184e41c9f9
commit
51a7982316
|
@ -129,6 +129,12 @@ module.exports = {
|
|||
abort: true,
|
||||
desc: '广告拦截'
|
||||
}
|
||||
},
|
||||
'*.buysellads.com': {
|
||||
'/ads/.*': {
|
||||
abort: true,
|
||||
desc: '广告拦截'
|
||||
}
|
||||
}
|
||||
},
|
||||
whiteList: {
|
||||
|
|
Loading…
Reference in New Issue