all repos — homestead @ b9efca3f3332bbb0ef0bafbafe5ac58561893507

Code for my website

remove CSP header/custom style hashes

Alan Pearce
commit

b9efca3f3332bbb0ef0bafbafe5ac58561893507

parent

ba841774eb770dab4314da515cc462e9c7706eef

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

changed files
M shared/storage/sqlite/query.sqlshared/storage/sqlite/query.sql
@@ -3,14 +3,13 @@ INSERT INTO url (path) VALUES (?);
-- name: InsertFile :execlastid INSERT INTO file ( - url_id, content_type, last_modified, etag, style_hash, title, headers + url_id, content_type, last_modified, etag, title, headers ) VALUES ( @url_id, @content_type, @last_modified, @etag, - @style_hash, @title, @headers );