ampproject / amp-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CDN CORS Support

stephen-deg opened this issue · comments

The current version either requires the CDN be given or fall back to the older, non-CORS version. The plan is the bundle the JS CDN library and then use JSCore on the iOS side to call the library and calculate the CORS CDN.

This way, there's only 1 official version of the CDN library which all platforms use.