Plugin Author
icc0rz
(@icc0rz)
Hi,
Thanks for letting me know. None of the content types are supposed to load external resources.
In this instance, I think it was an old workaround that had been forgotten(previously SVGs wasn’t supported). I’ve created an issue for getting it fixed: HFP-1215
If you’d like to remove the warning right away you should be able to do so by changing http to https in the following file: wp-content/uploads/h5p/libraries/H5P.ImageHotspotQuestion-1.6/image-hotspot-question.css
And then you have to delete the aggregated files cache, i.e. all the files in the following folder: wp-content/uploads/h5p/cachedassets/
They will regenerate on the next page view with the update version of file you changed. Note that you may get some PHP warnings(sql) on the first page view that you can safely ignore.
Plugin Author
icc0rz
(@icc0rz)
Note that you can avoid the PHP warnings by emptying the following database table:
delete from wp_h5p_libraries_cachedassets;
(you may have a different prefix than wp_)
Thread Starter
jstead
(@jstead)
Great, thank you for quick response.
Worked perfectly, and didn’t see any PHP errors on first load either (don’t have database access on this particular box so couldn’t clear that DB table)