)]}'
{"test/cors/harness.js":[{"author":{"_account_id":1179,"name":"Clay Gerrard","email":"clay.gerrard@gmail.com","username":"clay-gerrard"},"change_message_id":"23eec816ff5b83df7151f87f64b0a62e3ab91626","unresolved":true,"context_lines":[{"line_number":20,"context_line":"        resolve(this)"},{"line_number":21,"context_line":"      }"},{"line_number":22,"context_line":"    })"},{"line_number":23,"context_line":"    req.open(method, makeUrl(path))"},{"line_number":24,"context_line":"    // always include a cache-control header to avoid swift requests being"},{"line_number":25,"context_line":"    // served from browser cache"},{"line_number":26,"context_line":"    headers \u003d headers || {}"}],"source_content_type":"text/javascript","patch_set":1,"id":"56ddce8d_edfe1e01","line":23,"updated":"2021-01-27 19:42:37.000000000","message":"another common browser cache busting technique is to mangle the querystring ?no-cache\u003d\u003ctimestamp\u003e","commit_id":"f69cd21e15723398f3c1bb5303f530c5e2ec8e36"},{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"9c2211ca9dfa25e8fcfd5917e0b93a1e946cf73d","unresolved":true,"context_lines":[{"line_number":34,"context_line":"  // always include a cache-control header to avoid swift requests being"},{"line_number":35,"context_line":"  // served from browser cache"},{"line_number":36,"context_line":"  headers \u003d headers || {}"},{"line_number":37,"context_line":"  headers[\u0027Cache-Control\u0027] \u003d \u0027No-Cache\u0027"},{"line_number":38,"context_line":"  return MakeRawRequest(method, path, headers, body)"},{"line_number":39,"context_line":"}"},{"line_number":40,"context_line":""}],"source_content_type":"text/javascript","patch_set":2,"id":"2dcee352_cdfca577","line":37,"updated":"2021-02-02 22:40:14.000000000","message":"We should probably have a comment about how this will trigger a pre-flight request.\n\n...which makes me question whether we really want to do this -- seems like doing a GET-without-preflight would be something we want to test...\n\nWould it be crazy to have a middleware for testing that sticks that header in all responses? Then we don\u0027t have to touch the client at all.","commit_id":"8eea4ae5d9eda68d9e8099160fd677750fc2f2f3"}]}
