extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Support GZIP bundles - strict MIME type checking

Open bwebs opened this issue 1 year ago • 0 comments

The extension framework and its examples should support gzip.

Currently if trying to use in the manifest.lkml:

application: compressed_application {
  label: "Compressed Application"
  url: "https://cdn.example.com/dist/bundle.js.gz"
}

Error received:

Refused to execute script from 'https://cdn.example.com/dist/bundle.js.gz' because its MIME type ('application/gzip') is not executable, and strict MIME type checking is enabled.

bwebs avatar Mar 06 '24 01:03 bwebs