diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-09 14:33:47 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-09 14:33:47 -0800 |
commit | 0899528ff5e0057c9bd6436a9e79dc6bac9726d6 (patch) | |
tree | f4be903c605f6dda066d4000026f01691fbbf65e /modules/gallery/tests | |
parent | e2cc29a61a0cb2c60e015841af983d3a6572a9d9 (diff) | |
parent | 7d9276963e99ab74143e1e2af3d83ff674bd49a3 (diff) |
Merge pull request #196 from shadlaws/fix_2046
#2046 - Change Gallery over to using MediaElementJS as its movie player
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/xss_data.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/gallery/tests/xss_data.txt b/modules/gallery/tests/xss_data.txt index 9c796999..7e77a70b 100644 --- a/modules/gallery/tests/xss_data.txt +++ b/modules/gallery/tests/xss_data.txt @@ -223,13 +223,13 @@ modules/gallery/views/menu_dialog.html.php 5 DIRTY_JS $menu- modules/gallery/views/menu_link.html.php 3 DIRTY $menu->css_id?"id='{$menu->css_id}'":"" modules/gallery/views/menu_link.html.php 4 DIRTY_ATTR $menu->css_class modules/gallery/views/menu_link.html.php 5 DIRTY_JS $menu->url -modules/gallery/views/movieplayer-flash.html.php 3 DIRTY html::anchor($url,"",$attrs) -modules/gallery/views/movieplayer-flash.html.php 5 DIRTY_JS $attrs["id"] -modules/gallery/views/movieplayer-flash.html.php 6 DIRTY_JS $max_size -modules/gallery/views/movieplayer-flash.html.php 24 DIRTY_JS url::abs_file("lib/flowplayer-flash/flowplayer.swf") -modules/gallery/views/movieplayer-flash.html.php 31 DIRTY_JS url::abs_file("lib/flowplayer-flash/flowplayer.pseudostreaming-byterange.swf") -modules/gallery/views/movieplayer-flash.html.php 49 DIRTY_JS $width -modules/gallery/views/movieplayer-flash.html.php 49 DIRTY_JS $height +modules/gallery/views/movieplayer.html.php 2 DIRTY html::attributes($div_attrs) +modules/gallery/views/movieplayer.html.php 3 DIRTY html::attributes($video_attrs) +modules/gallery/views/movieplayer.html.php 4 DIRTY html::attributes($source_attrs) +modules/gallery/views/movieplayer.html.php 8 DIRTY_JS $div_attrs["id"] +modules/gallery/views/movieplayer.html.php 10 DIRTY_JS $width +modules/gallery/views/movieplayer.html.php 11 DIRTY_JS $height +modules/gallery/views/movieplayer.html.php 14 DIRTY_JS url::abs_file("lib/mediaelementjs/") modules/gallery/views/permissions_browse.html.php 3 DIRTY_JS url::site("permissions/form/__ITEM__") modules/gallery/views/permissions_browse.html.php 16 DIRTY_JS url::site("permissions/change/__CMD__/__GROUP__/__PERM__/__ITEM__?csrf=$csrf") modules/gallery/views/permissions_browse.html.php 43 DIRTY_ATTR $parent->id |