enable custom headers for feeds (allow fetch from remote sites)
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/storage/file.go → internal/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 }