Opened 3 months ago
Closed 3 months ago
#63819 closed defect (bug) (duplicate)
Update mediaelement library
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | External Libraries | Keywords: | |
| Focuses: | Cc: |
Description
wp-includes/js/mediaelement/ e.g. mediaelement-and-player.js seem to be quite out of date. https://github.com/mediaelement/mediaelement/tree/master
e.g. the current version still uses an href="javascript:void(0)" call which was removed in newer versions to make it compatible with stricter CSP policies as well as most common trusted type policies.
Unfortunately, I couldn't find any info on where/how to PR this, since these dependencies aren't in wordpress-develop github repo.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @kkmuffme,
I have just taken a quick look into this, and it looks like the plugin you are referencing is not a part of core WordPress, but instead is a 3rd party plugin. As of such I recommend adding this request to their ticket system, which is currently housed here, in their github repository.
Because this ticket is not related to core wordpress, I am going to mark this ticket with the
closetag, but please feel free to comment if you think my decision here is incorrect. 😃