Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Update mediaelement.js to version 2.21.2 (fixes CVE-2016-4567).
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jul 14, 2016
1 parent 9520a68 commit 4d42a56
Show file tree
Hide file tree
Showing 35 changed files with 1,080 additions and 988 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions assets/jquery/mediaelement/2.19.0.1/css/mejs-skins.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/jquery/mediaelement/2.19.0.1/images/bigplay.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/jquery/mediaelement/2.19.0.1/images/controls.svg

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions assets/jquery/mediaelement/2.19.0.1/js/mediaelement.min.js

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
clip: rect(1px 1px 1px 1px); /* IE6, IE7 - no likey commas */
clip: rect(1px, 1px, 1px, 1px); /* IE8-IE11 - we likey commas, no support for clip-path */
clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
position: absolute !important;
top: -10000px;
left: -10000px;
overflow: hidden;
width: 1px;
height: 1px;
width: 1px;
overflow: hidden;
}

.mejs-container {
Expand All @@ -23,8 +24,8 @@
}
/* PATCH EOF */

.mejs-container:focus {
outline: none;
.mejs-container:focus {
outline: none;
}

.me-plugin {
Expand Down Expand Up @@ -577,11 +578,9 @@
border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
Expand Down

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/jquery/mediaelement/2.21.2/css/mejs-skins.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions assets/jquery/mediaelement/2.21.2/images/bigplay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4d42a56

Please sign in to comment.