Changeset 881217a in github for program/steps/mail/mark.inc


Ignore:
Timestamp:
Jul 16, 2009 11:01:05 AM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
503e019
Parents:
7477973
Message:

Force ajax calls to protect from CSRF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/mark.inc

    rd5515f6 r881217a  
    55 |                                                                       | 
    66 | This file is part of the RoundCube Webmail client                     | 
    7  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     7 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 | 
    88 | Licensed under the GNU GPL                                            | 
    99 |                                                                       | 
     
    1818 
    1919*/ 
     20 
     21// only process ajax requests 
     22if (!$OUTPUT->ajax_call) 
     23  return; 
    2024 
    2125$a_flags_map = array( 
Note: See TracChangeset for help on using the changeset viewer.