From 8ed9e9f49a157ff5fa65f5f76f9c369297d8e43e Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 23 Feb 2017 08:49:45 +0000 Subject: [PATCH] 90_at.pm: csrf fix for the at wizard git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13491 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/90_at.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index 0001b5f56..45b914691 100755 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -383,7 +383,7 @@ return "
Timespec wizard:". "{"+$("[name=aw_pts]").val()+"}" : $("[name=aw_ts]").val(); def = def.replace(/\+/g, "%2b"); def = def.replace(/;/g, ";;"); - location = location.pathname+"?detail="+nm+"&cmd=modify "+def; + location = location.pathname+"?detail="+nm+"&cmd=modify "+addcsrf(def); }); }