Sunday 4 October 2020

CSRF token for library files in index.html

I have two index.html files one for login and once user logs in, I load my entire index.html, which has library files like angularjs and other file servered from server.

So my security scan is complaining that i dont have CSRF token for it. While I do have for all the post request. Is it needed for library files fetch also. i am using angualarjs and js



from CSRF token for library files in index.html

No comments:

Post a Comment