Afte move multi-site localhost to live how to update Access-Control-Allow-Origin
Afte move multi-site localhost to live how to update Access-Control-Allow-Origin
Hi @Aveeva
You can also set the cross-origin in app/etc/env.php by changing the following parameter.
'x-frame-options' => 'CROSS-ORIGIN',
after changing flush your magento cache
php bin/magento c:f
Thanks
Problem Solved? Please click on 'Kudos' & Accept as Solution!