Sorry for asking this again but ppl seem to connect csrf only with form submissions or form duplication (idk why).
My ideea would be to secure the data from outside requests . Set a token for each request , and start the tokenising since the user logs in so any attacker can't just load a previous page, get the token and send it for the next request . Is a good ideea to tokenise each request right from the start so the private users content won't be stolen ? I see this a powerfull attack against social websites that are't protected . Any attacker steal users data from another popular website .