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:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user