diff options
Diffstat (limited to 'js/template.js')
| -rw-r--r-- | js/template.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/template.js b/js/template.js index 75a60c7..2079c5f 100644 --- a/js/template.js +++ b/js/template.js @@ -7,6 +7,7 @@ export const options = { blockedDomains: [], // Specify the blocked domains. (default = none) allowedURLs: [], // Specify the allowed URLs as regex. (default = all allowed) blockedURLs: [], // Specify the blocked URLs as regex. (default = non blocked) + proxy: '', // Specify the HTTP(S) proxy to use. (default = no proxy) rate: 100, // Specify the rate in requests per second. (default = 100) } |