DEV Community

Discussion on: Why can't browsers natively handle cookie consent?

Collapse
 
force1267 profile image
javad asadi

if we think about how cookies work, we see that its more reasonable to be handled by browser. the browser actually sends them back to the site. this means a software that the user is using causes the problem (of privacy) and its users fault to send them not the webserver that only requests getting them. so as users agents, a good browser must be responsible and a bad one should be avoided.