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.
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.
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.