From 48ff300980369d6c06729a3e15575b77365ff59e Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 28 Aug 2023 18:21:30 +0200 Subject: add proxy to template --- js/template.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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) } -- cgit v1.2.3