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