diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-28 18:21:30 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-28 18:21:30 +0200 |
| commit | 48ff300980369d6c06729a3e15575b77365ff59e (patch) | |
| tree | 2898e1b0360c2a0901c2e2455675ce9f218d514f /js/template.js | |
| parent | b2881a3bc04063ba520fa9795fd459d32a1b8874 (diff) | |
add proxy to template
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) } |