enable custom headers for feeds (allow fetch from remote sites)
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M schema.sql → schema.sql
@@ -13,6 +13,7 @@ last_modified INTEGER NOT NULL, title TEXT NOT NULL, etag TEXT NOT NULL, style_hash TEXT NOT NULL, + headers BLOB NOT NULL, FOREIGN KEY (url_id) REFERENCES url (url_id) ) STRICT; CREATE UNIQUE INDEX IF NOT EXISTS file_url_content_type