This page demonstrates that any website can make authenticated requests to a Pangolin instance on behalf of a logged-in user, due to a hardcoded CSRF token and CORS allowing all origins with credentials.
Access-Control-Allow-Origin: this page's origin and
Access-Control-Allow-Credentials: true to every request origin.X-CSRF-Token: x-csrf-protection — a static, publicly known string.fetch(),
so the hardcoded CSRF token provides zero protection when CORS allows the origin.