Multiple URLs in userResourcesLocation

gwarser 2019-04-21 00:18:04 +02:00
parent 9ee96584d7
commit 88eea77716

@ -238,6 +238,12 @@ Related browser issues:
Default: `unset`.
After [1.18.17b6](https://github.com/gorhill/uBlock/commit/a52b07ff6ef6e6b16785e237178e1cd6f38a1833) added support for multiple URLs separated by space character. Any duplicate will result in the previous resource being replaced by the latter one. The resource files are loading in order of URL appearance, and uBO stock resource file is always loaded first.
uBO 1.11.5 and above.
If set to a valid URL, uBO will load the content of the URL and parse it as token-identified resources to be used for `redirect` or `script:inject` purpose. For example, I use this setting to test resources before publishing them for [uAssets](https://github.com/uBlockOrigin/uAssets). uBO expects valid content such as can be seen in [resources.txt](https://github.com/uBlockOrigin/uAssets/blob/master/filters/resources.txt), anything else will lead to undefined results.
If set to a valid URL, uBO will load the content of the URL and parse it as token-identified resources to be used for `redirect` or `script:inject` purpose. For example, I use this setting to test resources before publishing them for [uAssets](https://github.com/uBlockOrigin/uAssets). uBO expects valid content such as can be seen in [resources.txt](https://github.com/uBlockOrigin/uAssets/blob/master/filters/resources.txt), anything else will lead to undefined results.
Resource will be updated at the same time the built-in resource file is updated.
Purging the cache of 'uBlock filters' will also purge the cache of the built-in resource file -- and hence force a reload of the user's custom resources if any.