Allow iframe.html without cors

This commit is contained in:
Norbert de Langen 2020-05-25 09:37:46 +02:00
parent 38a9e80e47
commit 299d9bdd12
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -142,6 +142,7 @@ export const init: ModuleFn = ({ store, provider, fullAPI }) => {
}),
fetch(`${url}/iframe.html`, {
redirect: 'manual',
cors: 'no-cors',
credentials: 'omit',
}),
]);