Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
escape fix becuse XSS risk like
Browse files Browse the repository at this point in the history
  • Loading branch information
kingfo committed May 28, 2012
1 parent 8c36930 commit a0e0293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZeroClipboard.as
Expand Up @@ -28,7 +28,7 @@
// import flashvars
var flashvars:Object = LoaderInfo( this.root.loaderInfo ).parameters;
id = flashvars.id;

id = id.split("\\").join("\\\\");
// invisible button covers entire stage
button = new Sprite();
button.buttonMode = true;
Expand Down

0 comments on commit a0e0293

Please sign in to comment.