We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a11a9a commit 2f41f4aCopy full SHA for 2f41f4a
aws-css-token-infra/CSSClonedSiteCFFunc/index.js
@@ -15,7 +15,8 @@ const matching_ref_response = {
15
statusDescription: 'OK',
16
headers: {
17
'content-type': { value: 'image/gif' },
18
- 'cache-control': { value: 'no-store' }
+ 'cache-control': { value: 'no-store' },
19
+ 'cross-origin-resource-policy': { value: 'cross-origin' }
20
},
21
body: "\x47\x49\x46\x38\x39\x61\x01\x00\x01\x00\x80\x00\x00\xff\xff\xff"
22
+ "\xff\xff\xff\x21\xf9\x04\x01\x0a\x00\x01\x00\x2c\x00\x00\x00\x00"
0 commit comments