Skip to content

[FIX] Reload page without trigger a POST request

  • This fixes an issue where window.location.reload() might send a POST request that triggers CSRF errors.

(cherry picked from commit 88943629)

Merge request reports