Support submitting arbitrary forms by AJAX or IFRAME

This commit is contained in:
Kijin Sung 2019-10-10 01:56:38 +09:00
parent 8bdaad3e72
commit 69611520c3
3 changed files with 65 additions and 12 deletions

View file

@ -166,6 +166,7 @@ class Context
private static $_reserved_keys = array(
'_rx_ajax_compat' => true,
'_rx_csrf_token' => true,
'_rx_target_iframe' => true,
);
/**