discourse/public/javascripts/workbox
Vinoth Kannan 9d2eaec88f
DEV: enable CORS to all CDN get requests from workbox. (#11896)
To prevent opaque cache files, now all the CDN files will be requested in 'cors' mode if the cdn_cors_enabled global setting is enabled. Before enabling the setting, should enable the cors in the CDN server by adding the response header `access-control-allow-origin: *` or `access-control-allow-origin: https://discourse.example.com.`

And other external file requests other than CDN will not be cached if the response type is opaque.
2021-02-02 11:38:29 +05:30
..
workbox-cacheable-response.dev.js DEV: enable CORS to all CDN get requests from workbox. (#11896) 2021-02-02 11:38:29 +05:30
workbox-cacheable-response.dev.js.map DEV: enable CORS to all CDN get requests from workbox. (#11896) 2021-02-02 11:38:29 +05:30
workbox-cacheable-response.prod.js DEV: enable CORS to all CDN get requests from workbox. (#11896) 2021-02-02 11:38:29 +05:30
workbox-cacheable-response.prod.js.map DEV: enable CORS to all CDN get requests from workbox. (#11896) 2021-02-02 11:38:29 +05:30
workbox-core.dev.js
workbox-core.dev.js.map
workbox-core.prod.js
workbox-core.prod.js.map
workbox-expiration.dev.js
workbox-expiration.dev.js.map
workbox-expiration.prod.js
workbox-expiration.prod.js.map
workbox-routing.dev.js
workbox-routing.dev.js.map
workbox-routing.prod.js
workbox-routing.prod.js.map
workbox-strategies.dev.js
workbox-strategies.dev.js.map
workbox-strategies.prod.js
workbox-strategies.prod.js.map
workbox-sw.js
workbox-sw.js.map