From c3d93684368c82c0d7f969997264c121cbaafabd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 8 Mar 2018 21:19:21 +0000 Subject: Allow configuring referrer and useragent, also set a collection of other handy headers --- service/models.ice | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/models.ice') diff --git a/service/models.ice b/service/models.ice index 971e7b9..7d83829 100644 --- a/service/models.ice +++ b/service/models.ice @@ -7,6 +7,8 @@ module MirrorSearch { int id; string name; string baseurl; + optional(0) string referrer; + optional(1) string useragent; string listxpath; string urlxpath; int parserflags; -- cgit v1.2.3