edly-io / h5pxblock

Xblock which provides ability to play H5P content in open edX
MIT License
13 stars 23 forks source link

fix: CORS by reverting the h5p-standalone version #31

Closed igobranco closed 6 months ago

igobranco commented 6 months ago

The h5p-standalone added credentials mode to be 'include' that breaks when loading h5p content from an external storage (S3). So the current solution is to use an older version of the h5p-standalone version (v3.5.1). fixes edly-io/h5pxblock#30 relates to tunapanda/h5p-standalone#151

igobranco commented 6 months ago

Closing because of the discussion of https://github.com/edly-io/h5pxblock/issues/30