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/schema.sqlshared/storage/sqlite/schema.sql
@@ -13,7 +13,6 @@ content_type TEXT NOT NULL,
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;