User-893317190 posted
Hi Chris.Thompson ,
It seems that your website uses the same csrf token.
Generally speaking, other websites could hardly get the token which is in your website's page because of cross-origin-policy. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
However , the longer the token stays on the site, the more likely it is to be stolen by other sites.
If your website need absolute safety , you had better not do that for temporary convenience.
If the data of your user is relatively not so import, you could consider using this way, because after all other website has few ways to get your website's token which is stored in your website's hidden field.
Best regards,
Ackerly Xu