From d3010181eb1f8cc1d7e0f04afe434bd2f11c2ab3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 5 Mar 2017 13:02:16 -0500 Subject: [PATCH] Updated Advanced settings (markdown) --- Advanced-settings.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index d9fe255..186e6b4 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -78,4 +78,10 @@ A valid CSS font size value to use for the popup panel. Use if you are unhappy w Default: `false`. -If set to `true`, uBO will hard block all network requests when the browser launches until _all_ the filter lists and rules are loaded and ready, at which time uBO will force a reload of the tabs for which there were network requests blocked during the setup phase. \ No newline at end of file +If set to `true`, uBO will hard block all network requests when the browser launches until _all_ the filter lists and rules are loaded and ready, at which time uBO will force a reload of the tabs for which there were network requests blocked during the setup phase. + +#### `userResourcesLocation` + +Default: `unset`. + +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 with a `file:///`-based URL to test resources before publishing them for [uAssets](https://github.com/uBlockOrigin/uAssets). uBO expects valid content such as [resources.txt](https://github.com/uBlockOrigin/uAssets/blob/master/filters/resources.txt), anything else will lead to undefined results. \ No newline at end of file