Hello, I'm using app.powerbi.com in Chrome. I'm getting errors in the JS console telling me I can't access two font files (.woff and .ttf) because they have been blocked by a CORS policy (http://enable-cors.org/). The errors are annoying. Is anyone able to enable cross-origin resource sharing for the app version of power BI, so the errors go away (or suggest anything else)?
All I'm doing is using developer visual to create a custom visual, so I do think the problem is with powerBI. It happens even on the "Update Count: 0" template file.
Here's the error in full:
Access to Font at 'https://app.powerbi.com/13.0.1700.457/fonts/SegoeUI-Regular-final.woff' from origin 'https://app.powerbi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
VM4351 visualSandbox?plugin=PBI_CV_850677FE_5345_400C_8E6A_15D8940CF2DE_DEBUG:1 Access to Font at 'https://app.powerbi.com/13.0.1700.457/fonts/SegoeUI-Regular-final.ttf' from origin 'https://app.powerbi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.