I'm trying to fetch html
file located at url https://sub.app.test/html
from https://app.test
using no-cors
mode but the response is blocked by CORB (cross-origin read blocking).
fetch('https://sub.app.test/html', { mode: 'no-cors'})
Why?