Skip to content

Commit 709078f

Browse files
authored
feat: add cross origin resource policy header (#426)
1 parent 0902896 commit 709078f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@ export default {
9696
uploadBatchSize: 100,
9797
headers: {
9898
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
99+
'Cross-Origin-Resource-Policy': 'cross-origin',
99100
},
100101
};

0 commit comments

Comments
 (0)