Cross-Origin Read Blocking (CORB) Issue

Cross-Origin Read Blocking (CORB) Issue

by Niranjan eAbyas -
Number of replies: 0

Hi,

We are getting  403 Forbidden error when we try to add embeed video in editor for any activity or upload any AICC SCORM Package. 

For the videos that already added are not playing, in browser console  it is giving error as Cross-Origin Read Blocking (CORB) blocked cross-origin response

with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.

We tried to fix by adding below headers like below in theme layout and on server.

header('Access-Control-Allow-Origin: *');

header('Cross-Origin-Resource-Policy: cross-site');

header("Access-Control-Allow-Headers: X-Requested-With");

Can any one suggest if we are missing any 

Can anyone suggest us to fix this issue on Moodle3.9.

Average of ratings: -