Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Bug #8, Fix jQuery XSS vulnerability [iet:2675404]
Browse files Browse the repository at this point in the history
* Upgrade from version 1.7.2 to 1.9.1 (synch with MediaElement.js)
  • Loading branch information
nfreear committed Jan 5, 2015
1 parent 731260f commit d172ff4
Show file tree
Hide file tree
Showing 3 changed files with 5,441 additions and 5,137 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ Built on Mediaelement, Flowplayer, CodeIgniter and oEmbed ([all included][credit

## Releases {#releases}

### v1.1-26-g731260f
Release: 5 Jan/ Live: 14 Jan 2015

* Fix jQuery XSS vulnerability [Bug:8]

### v1.1-25-g535a7b7
Release: 17 Dec/ Live: 17 Dec 2014 (or Jan 2015 - ?)
Release: 17 Dec/ Live: 18 Dec 2014

* Fix PHP notice/ warning [Bug:7]
* Fix PHP `error_reporting()`/ `display_errors` use [Bug:7]
Expand Down
6 changes: 4 additions & 2 deletions application/config/oup_constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@

// Fallback: jQuery 1.7+ ('//' is deliberate - HTTPS/SSL support!)
//WAS: 1.7.2 (1.9.1)
// Fix jQuery XSS vulnerability (IT notify) [Bug: #8]
define('OUP_JS_CDN_JQUERY_MIN',
'//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
'//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js' );
define('OUP_JS_CDN_JQUERY',
'//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js');
'//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js' );



// "Link to jQuery 1.7+ on a CDN - shared by jquery-oembed demos (and the Player depending on config[jslib])."
Expand Down
Loading

0 comments on commit d172ff4

Please sign in to comment.