diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2020-09-14 20:00:01 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2020-09-14 20:00:01 +0300 |
| commit | b4cb67e77f3b228c007f58caac234cae1afabe73 (patch) | |
| tree | 57b1e6fe915cf2a2ce01ecc076d085cb16c22f08 /include/functions.php | |
| parent | c3d14e1fa54c7dade7b1b7955575e2991396d7ef (diff) | |
remove csrf token from rpc method sanityCheck
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 43e9eb8f6..220a8e9d8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1007,7 +1007,6 @@ $params["hotkeys"] = get_hotkeys_map(); - $params["csrf_token"] = $_SESSION["csrf_token"]; $params["widescreen"] = (int) $_COOKIE["ttrss_widescreen"]; $params['simple_update'] = defined('SIMPLE_UPDATE_MODE') && SIMPLE_UPDATE_MODE; |