1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-22 18:31:17 -04:00

update readme

This commit is contained in:
2019-02-17 20:05:56 -05:00
parent f9309efe4d
commit 5dae614813
3 changed files with 8 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ exports.handler = (event, context, callback) => {
}];
response.headers['Expect-CT'] = [{
key: 'Expect-CT',
value: "max-age=0, report-uri=https://jarvis.report-uri.com/r/d/ct/reportOnly"
value: "max-age=0, report-uri=\"https://jarvis.report-uri.com/r/d/ct/reportOnly\""
}];
delete response.headers['Last-Modified'];