Skip to content

Commit

Permalink
feat: add cross origin resource policy header (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhorst authored Sep 16, 2021
1 parent 0902896 commit 709078f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ export default {
uploadBatchSize: 100,
headers: {
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
'Cross-Origin-Resource-Policy': 'cross-origin',
},
};

0 comments on commit 709078f

Please sign in to comment.