Aurora
Aurora copied to clipboard
Cross domain access to CDN resources
Cross domain access to CDN resources
Overview your URLs and CORS policies or use DarkReader.setFetchMethod(fetch: (url) => Promise<Response>)). See if using DarkReader.setFetchMethod(window.fetch) before
Adding this code should be able to solve the problem, as there is an error when switching to dark themes
if (typeof DarkReader !== 'undefined') {
DarkReader.setFetchMethod(window.fetch);
}