Ionic CDN Broken?

Today I’m getting this:

Font from origin ‘http://code.ionicframework.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: The ‘Access-Control-Allow-Origin’ header contains multiple values ‘*, *’, but only one is allowed. Origin ‘…’ is therefore not allowed access.

If I:

curl -I http://code.ionicframework.com/1.0.0-beta.14/fonts/ionicons.ttf?v=1.5.2

Then I do in fact see two entries for:

Access-Control-Allow-Origin: *

Hopefully this can be fixed? It breaks Firefox and Chrome at least.

1 Like