Skip to content

Commit 2f41f4a

Browse files
authored
Add CORP header to CF Function output (#642)
1 parent 0a11a9a commit 2f41f4a

File tree

1 file changed

+2
-1
lines changed
  • aws-css-token-infra/CSSClonedSiteCFFunc

1 file changed

+2
-1
lines changed

aws-css-token-infra/CSSClonedSiteCFFunc/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const matching_ref_response = {
1515
statusDescription: 'OK',
1616
headers: {
1717
'content-type': { value: 'image/gif' },
18-
'cache-control': { value: 'no-store' }
18+
'cache-control': { value: 'no-store' },
19+
'cross-origin-resource-policy': { value: 'cross-origin' }
1920
},
2021
body: "\x47\x49\x46\x38\x39\x61\x01\x00\x01\x00\x80\x00\x00\xff\xff\xff"
2122
+ "\xff\xff\xff\x21\xf9\x04\x01\x0a\x00\x01\x00\x2c\x00\x00\x00\x00"

0 commit comments

Comments
 (0)