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 internal/storage/file.gointernal/storage/file.go
@@ -19,6 +19,7 @@ LastModified time.Time
Etag string Title string StyleHash string + Headers map[string]string Encodings map[string]*buffer.Buffer }