all repos — homestead @ 05be0fdbdfbbc455317c909f5f8fa4f441235a74

Code for my website

enable custom headers for feeds (allow fetch from remote sites)

Alan Pearce
commit

05be0fdbdfbbc455317c909f5f8fa4f441235a74

parent

52549c0ea610306039e1f3f91c89e05ba4f41e72

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M schema.sqlschema.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