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/schema.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/schema.sql') diff --git a/service/schema.sql b/service/schema.sql index 93a87d3..c439d73 100644 --- a/service/schema.sql +++ b/service/schema.sql @@ -2,6 +2,8 @@ CREATE TABLE searchservices( id int GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY, name text not null, baseurl text not null, + referrer text, + useragent text, parserflags int not null, listxpath text not null, urlxpath text not null -- cgit v1.2.3