Something to consider, the cams are shown inside iframe and because the domain in the iframe is different, if the browser has 3d party cookies disabled their csrf token is not set so when your visitor tries to log-in or register he gets a nasty error message. Essentially you want people to sign up with chaturbate but this renders it impossible for them to do so.
This is only a problem when the browser is set to block 3d party cookies but firefox comes like this by default, in latest safari I think you can't even enable 3d party cookies at all...
Webcam programs should have csrf tokens disabled for WL and iframes otherwise it renders the whole thing somewhat useless...
I had that problem on one project and end up with super messy workaround to convert the 3d party cookies from the iframe to 1st party cookies
|