diff --git a/test/functional_test.js b/test/functional_test.js index 66e529615..c4e405b89 100644 --- a/test/functional_test.js +++ b/test/functional_test.js @@ -22,13 +22,14 @@ const responses = {}; const expectedHeaders = { 'accept-ranges': 'bytes', 'access-control-allow-origin': '*', - 'cache-control': 'max-age=31536000', + 'cache-control': 'public, max-age=31536000', 'connection': 'Keep-Alive', 'content-length': '', 'date': '', 'debug': undefined, 'etag': '', 'last-modified': '', + 'timing-allow-origin': '*', 'vary': 'Accept-Encoding', 'x-cache': '', 'x-hello-human': 'Say hello back! @getBootstrapCDN on Twitter',