Testing #3396 reveals that PortAdmin cannot save any changes once CSRF protection is turned on.
Making port configuration changes in PortAdmin and then clicking any Save button (Either Save all or Save on the changed row), because this does not submit a form, but executes several JavaScript XHR POST request to the back-end. These requests will lack the CSRF token that the CSRF middleware requires to accept the requests.
Testing #3396 reveals that PortAdmin cannot save any changes once CSRF protection is turned on.
Making port configuration changes in PortAdmin and then clicking any Save button (Either Save all or Save on the changed row), because this does not submit a form, but executes several JavaScript XHR POST request to the back-end. These requests will lack the CSRF token that the CSRF middleware requires to accept the requests.