0

I need add to my react app

'Cross-Origin-Embedder-Policy': 'require-corp',
'Cross-Origin-Opener-Policy': 'same-origin',

How i can do it? I'm use monorep with nx.

1 Answers1

0

This is related to your webapp and how you handle request inside it. If you use a global http client instance. Just assign this header globally in your app.

Chalom.E
  • 617
  • 5
  • 20