From 037af6890fe6fdb84a08d3c86083e847c90ec0ad Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 22 Oct 2013 08:17:26 -0400 Subject: [PATCH] Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) --- program/js/tiny_mce/plugins/emotions/langs/sr_dlg.js | 21 +-------------------- 1 files changed, 1 insertions(+), 20 deletions(-) diff --git a/program/js/tiny_mce/plugins/emotions/langs/sr_dlg.js b/program/js/tiny_mce/plugins/emotions/langs/sr_dlg.js old mode 100755 new mode 100644 index 9261641..4fa96ec --- a/program/js/tiny_mce/plugins/emotions/langs/sr_dlg.js +++ b/program/js/tiny_mce/plugins/emotions/langs/sr_dlg.js @@ -1,20 +1 @@ -tinyMCE.addI18n('sr.emotions_dlg',{ -title:"Umetni emociju", -desc:"Emocije", -cool:"Cool", -cry:"Pla\u010D", -embarassed:"Sramim se", -foot_in_mouth:"Izlanuo se", -frown:"Mr\u0161ti se", -innocent:"Nevina\u0161ce", -kiss:"Poljubac", -laughing:"Smeh", -money_mouth:"Bogata\u0161", -sealed:"\u0160utim", -smile:"Osmeh", -surprised:"Iznena\u0111en", -tongue_out:"Belji se", -undecided:"Neodlu\u010Dan", -wink:"Namigiva", -yell:"Vi\u010De" -}); \ No newline at end of file +tinyMCE.addI18n('sr.emotions_dlg',{cry:"Pla\u010de",cool:"Kul",desc:"Smajli",title:"Umetni smajli",yell:"Vi\u010de",wink:"Namiguje",undecided:"Neodlu\u010dan","tongue_out":"Plazi se",surprised:"Iznena\u0111en",smile:"Osmehuje se",sealed:"\u0106uti kao zaliven","money_mouth":"Bogata\u0161",laughing:"Smeje se",kiss:"\u0160alje poljubac",innocent:"Nevina\u0161ce",frown:"Namr\u0161ten","foot_in_mouth":"Izletelo mu...",embarassed:"Posti\u0111en"}); \ No newline at end of file -- Gitblit v1.9.1