Quote:
Originally Posted by RS_Jelle
Have a look at the last quote/response in https://vborg.vbsupport.ru/showthrea...69#post2116469
Without the token, people could post download links inside of IMG tags (CSRF issue), but that's only a real problem if you have big downloads combined with download size limitations for usergroups.
|
I don't understand very well de solution.
I have configured a limit to downloads size for differents usergroups.
Now, I go to reconfigured this limitations for not have downloads size limitations for usergroups and view if the problem is solved.
I view that, the users report to me this problem with security token:
The user report that click in this link:
Code:
http://www.mysite.com/foro/downloads.php?do=file&id=436&act=down&actionhash=guest
If I click in this link (I am a administrator) also, appears the security token error.
But, if a this url, I deleted this part:
Code:
&act=down&actionhash=guest
I don't have any problem for download.
The user that report to me this error, is a registered user.
Thanks and regards.