1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

remove csrf token from rpc method sanityCheck

This commit is contained in:
Andrew Dolgov
2020-09-14 20:00:01 +03:00
parent c3d14e1fa5
commit b4cb67e77f
4 changed files with 10 additions and 1 deletions

View File

@@ -576,6 +576,8 @@ const App = {
this.is_prefs = is_prefs;
window.onerror = this.Error.onWindowError;
this.setInitParam("csrf_token", __csrf_token);
this.setupNightModeDetection(() => {
parser.parse();