all repos — homestead @ b9efca3f3332bbb0ef0bafbafe5ac58561893507

Code for my website

remove CSP header/custom style hashes

Alan Pearce
commit

b9efca3f3332bbb0ef0bafbafe5ac58561893507

parent

ba841774eb770dab4314da515cc462e9c7706eef

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M shared/storage/sqlite/reader.goshared/storage/sqlite/reader.go
@@ -47,7 +47,6 @@ file.ContentType = row.File.ContentType
file.LastModified = time.Unix(row.File.LastModified, 0) file.Etag = row.File.Etag file.Title = row.File.Title - file.StyleHash = row.File.StyleHash if len(row.File.Headers) > 2 { err := json.Unmarshal(row.File.Headers, &file.Headers)