]> git.proxmox.com Git - pve-manager.git/commit
http-server: fix for api token csrf token check
authorLorenz Stechauner <l.stechauner@proxmox.com>
Thu, 22 Apr 2021 08:46:34 +0000 (10:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Apr 2021 08:54:26 +0000 (10:54 +0200)
commit7d11059e2d9985f15df0d948f1fa354b350f43ac
tree106b3dbf74356f9d077a832c671b39ffca46d90d
parente45f98ef8b73f00923060058160e19095a949f0f
http-server: fix for api token csrf token check

Do not check any csrf tokens for auth with api tokens.

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
PVE/HTTPServer.pm