What does the 'SameSite' attribute flag added inside web cookie setups primarily protect against when verified by a client browser?
A. Cross-Site Request Forgery (CSRF) attacks by controlling whether cookies are sent along with cross-site requests
B. Slow file upload speeds over unencrypted FTP pathways
C. Physical hardware device damage from high voltages
D. The collection of localized domain text strings by search engines
Answer: Option A
Solution (By JKSSB Mock Tests)
The 'SameSite' cookie attribute helps protect against session hijacking and CSRF attacks by ensuring cookies are only sent with requests originating from the same site.
No comments yet. Be the first to start the discussion!