No embedded content displayed

Embedding h5p content doesn't work in browsers which have 3rd party cookies blocked (it's a native browser setting, not an addon, tested in Chrome and FF). The console displays error: "h5p-x-api-event.js?o721st:191 Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document." The script is trying to access localStorage, which results in error. Maybe wrap it in try/catch or use cookies?

falcon's picture

Thank you for reporting. Fix is scheduled for June. An update will be posted here once this has been fixed.
icc's picture

This issue has been fixed in a6656c2 and will be part of the next plugin release.

Thank you for reporting this bug!