diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-11-17 17:10:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-11-17 17:10:06 -0800 |
commit | d4cdc4db87f1b6a373398b7ab33e791bd0527dda (patch) | |
tree | 899459b98e0b15bee54d0b67a41e6eed189e199f /httemplate/edit/cust_main.cgi | |
parent | 0076a0d790d1385cd2a16472ec2c11528edbc9e3 (diff) |
don't redirect to a GET with sensitive data, RT#26099
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 8a3d6f918..480047cae 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -203,6 +203,7 @@ my $prospectnum = ''; my $locationnum = ''; my $same = ''; +$m->comp('/elements/handle_uri_query', 'secure'=>1); if ( $cgi->param('error') ) { |