搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Allow a header cookiewhitelist to decide which cookies by third parties are okay to remember

  • 2 个回答
  • 2 人有此问题
  • 9 次查看
  • 最后回复者为 cor-el

more options

So i'm a web developer, and cookie laws are getting tighter and tighter because of tracking cookies.

I propose a header a web server can serve that defines whitelisted cookies

cookie_accept: php_session, __utma, __utmz, _ga, _gid

So when I request https://www.foo.bar/baz.html and it has this header and I decide to incorporate 3rd party plugins into baz.html like a facebook button, pinterest button, google maps, YouTube video, that those 3rd party requests done from baz.html will not get sent the cookies the browser has for those domains if the name is not in the whitelist and will not store cookies if the name is in the whitelist.

This way I as a website operator can control what I allow on MY website, instead of being dependent on the whims and cookie law compliance of popular 3rd party websites.

But that requires the support of webbrowsers to obey such a header. Could such a header be made up by the wonderful team behind firefox and perhaps proposed the the w3c to serve as a standard?

So i'm a web developer, and cookie laws are getting tighter and tighter because of tracking cookies. I propose a header a web server can serve that defines whitelisted cookies cookie_accept: php_session, __utma, __utmz, _ga, _gid So when I request https://www.foo.bar/baz.html and it has this header and I decide to incorporate 3rd party plugins into baz.html like a facebook button, pinterest button, google maps, YouTube video, that those 3rd party requests done from baz.html will not get sent the cookies the browser has for those domains if the name is not in the whitelist and will not store cookies if the name is in the whitelist. This way I as a website operator can control what I allow on MY website, instead of being dependent on the whims and cookie law compliance of popular 3rd party websites. But that requires the support of webbrowsers to obey such a header. Could such a header be made up by the wonderful team behind firefox and perhaps proposed the the w3c to serve as a standard?

所有回复 (2)

more options

Cookie controls comes from the site and isn't something FF can control or stop. You should contact the site sending the cookies for their support and response to your question.

more options