mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 10:17:34 +01:00
minor edit
This commit is contained in:
parent
e95fa11e53
commit
2578c0fb65
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ return {
|
||||||
allowedRequestCount: 0
|
allowedRequestCount: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
// EasyList, EasyPrivacy and many others have an update frequency
|
// EasyList, EasyPrivacy and many others have an 4-day update period,
|
||||||
// of 4 days, as per list headers.
|
// as per list headers.
|
||||||
updateAssetsEvery: 75 * oneHour + 23 * oneMinute + 53 * oneSecond + 605,
|
updateAssetsEvery: 75 * oneHour + 23 * oneMinute + 53 * oneSecond + 605,
|
||||||
projectServerRoot: 'https://raw.githubusercontent.com/gorhill/uBlock/master/',
|
projectServerRoot: 'https://raw.githubusercontent.com/gorhill/uBlock/master/',
|
||||||
userFiltersPath: 'assets/user/filters.txt',
|
userFiltersPath: 'assets/user/filters.txt',
|
||||||
|
|
Loading…
Reference in a new issue