How can I automatically set tracking opt-out cookies in my browser?
up vote
1
down vote
favorite
How can I have Firefox automatically set tracking opt-out cookies?
I've recently updated from Firefox 60 from Firefox 52esr, which means I've lost all my trusty XUL add-ons. This includes Beef Taco (Targeted Advertising Cookie Opt-Out), which automatically set all of the tracking opt-out cookies from the NAI Consumer Opt-out page, even after cookies had been cleared. It appears that add-on has not been redeveloped as a WebExtension.
It's impractical for me to use the NAI page directly, since most of my cookies are cleared automatically when I exit my browser. Are there any newer solutions to setting those cookies automatically, or are tracking opt-outs no longer advised or necessary?
I'm continuously running Firefox Tracking Protection, uBlock Origin, set the Do-Not-Track header, etc. but I liked the idea of having the opt-out cookies as last-ditch defense if a tracker slipped through those defenses.
firefox security browser privacy cookies
migrated from security.stackexchange.com Jun 13 at 19:36
This question came from our site for information security professionals.
add a comment |
up vote
1
down vote
favorite
How can I have Firefox automatically set tracking opt-out cookies?
I've recently updated from Firefox 60 from Firefox 52esr, which means I've lost all my trusty XUL add-ons. This includes Beef Taco (Targeted Advertising Cookie Opt-Out), which automatically set all of the tracking opt-out cookies from the NAI Consumer Opt-out page, even after cookies had been cleared. It appears that add-on has not been redeveloped as a WebExtension.
It's impractical for me to use the NAI page directly, since most of my cookies are cleared automatically when I exit my browser. Are there any newer solutions to setting those cookies automatically, or are tracking opt-outs no longer advised or necessary?
I'm continuously running Firefox Tracking Protection, uBlock Origin, set the Do-Not-Track header, etc. but I liked the idea of having the opt-out cookies as last-ditch defense if a tracker slipped through those defenses.
firefox security browser privacy cookies
migrated from security.stackexchange.com Jun 13 at 19:36
This question came from our site for information security professionals.
Does the Do-Not-Track header cover what you want?
– jrtapsell
Jun 13 at 19:04
@jrtapsell No, it does not. My understanding is that header is typically ignored by trackers, so it's useless. These cookies are apparently their officially supported opt-out mechanism.
– Kaypro II
Jun 13 at 20:28
A first glance at teh BeefTaco site shows that it is not really rocket-science and under an apache licence. I am surprised that no-one webextension-ified it yet. Be aware that such an extension would need 'cookies' API permission and probably '://*/' host pemission (or something compiled from the list of some 450 builtin cookies). By the way, I'm afraid that list might be outdated (Jan 2013) ...
– Hagen von Eitzen
Jun 13 at 21:23
The industry-preferred method of using cookies to opt out of other cookies is intentionally broken due to cookie clearing and also due to what they can still do with your data even if you "opt out" (it doesn't prevent data collection typically, it only prevents visible signs of targeting ads to you). Better just to block 3rd-party trackers outright.
– pseudon
Jun 15 at 12:47
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How can I have Firefox automatically set tracking opt-out cookies?
I've recently updated from Firefox 60 from Firefox 52esr, which means I've lost all my trusty XUL add-ons. This includes Beef Taco (Targeted Advertising Cookie Opt-Out), which automatically set all of the tracking opt-out cookies from the NAI Consumer Opt-out page, even after cookies had been cleared. It appears that add-on has not been redeveloped as a WebExtension.
It's impractical for me to use the NAI page directly, since most of my cookies are cleared automatically when I exit my browser. Are there any newer solutions to setting those cookies automatically, or are tracking opt-outs no longer advised or necessary?
I'm continuously running Firefox Tracking Protection, uBlock Origin, set the Do-Not-Track header, etc. but I liked the idea of having the opt-out cookies as last-ditch defense if a tracker slipped through those defenses.
firefox security browser privacy cookies
How can I have Firefox automatically set tracking opt-out cookies?
I've recently updated from Firefox 60 from Firefox 52esr, which means I've lost all my trusty XUL add-ons. This includes Beef Taco (Targeted Advertising Cookie Opt-Out), which automatically set all of the tracking opt-out cookies from the NAI Consumer Opt-out page, even after cookies had been cleared. It appears that add-on has not been redeveloped as a WebExtension.
It's impractical for me to use the NAI page directly, since most of my cookies are cleared automatically when I exit my browser. Are there any newer solutions to setting those cookies automatically, or are tracking opt-outs no longer advised or necessary?
I'm continuously running Firefox Tracking Protection, uBlock Origin, set the Do-Not-Track header, etc. but I liked the idea of having the opt-out cookies as last-ditch defense if a tracker slipped through those defenses.
firefox security browser privacy cookies
firefox security browser privacy cookies
edited Jun 13 at 20:28
asked Jun 13 at 18:49
Kaypro II
75451227
75451227
migrated from security.stackexchange.com Jun 13 at 19:36
This question came from our site for information security professionals.
migrated from security.stackexchange.com Jun 13 at 19:36
This question came from our site for information security professionals.
Does the Do-Not-Track header cover what you want?
– jrtapsell
Jun 13 at 19:04
@jrtapsell No, it does not. My understanding is that header is typically ignored by trackers, so it's useless. These cookies are apparently their officially supported opt-out mechanism.
– Kaypro II
Jun 13 at 20:28
A first glance at teh BeefTaco site shows that it is not really rocket-science and under an apache licence. I am surprised that no-one webextension-ified it yet. Be aware that such an extension would need 'cookies' API permission and probably '://*/' host pemission (or something compiled from the list of some 450 builtin cookies). By the way, I'm afraid that list might be outdated (Jan 2013) ...
– Hagen von Eitzen
Jun 13 at 21:23
The industry-preferred method of using cookies to opt out of other cookies is intentionally broken due to cookie clearing and also due to what they can still do with your data even if you "opt out" (it doesn't prevent data collection typically, it only prevents visible signs of targeting ads to you). Better just to block 3rd-party trackers outright.
– pseudon
Jun 15 at 12:47
add a comment |
Does the Do-Not-Track header cover what you want?
– jrtapsell
Jun 13 at 19:04
@jrtapsell No, it does not. My understanding is that header is typically ignored by trackers, so it's useless. These cookies are apparently their officially supported opt-out mechanism.
– Kaypro II
Jun 13 at 20:28
A first glance at teh BeefTaco site shows that it is not really rocket-science and under an apache licence. I am surprised that no-one webextension-ified it yet. Be aware that such an extension would need 'cookies' API permission and probably '://*/' host pemission (or something compiled from the list of some 450 builtin cookies). By the way, I'm afraid that list might be outdated (Jan 2013) ...
– Hagen von Eitzen
Jun 13 at 21:23
The industry-preferred method of using cookies to opt out of other cookies is intentionally broken due to cookie clearing and also due to what they can still do with your data even if you "opt out" (it doesn't prevent data collection typically, it only prevents visible signs of targeting ads to you). Better just to block 3rd-party trackers outright.
– pseudon
Jun 15 at 12:47
Does the Do-Not-Track header cover what you want?
– jrtapsell
Jun 13 at 19:04
Does the Do-Not-Track header cover what you want?
– jrtapsell
Jun 13 at 19:04
@jrtapsell No, it does not. My understanding is that header is typically ignored by trackers, so it's useless. These cookies are apparently their officially supported opt-out mechanism.
– Kaypro II
Jun 13 at 20:28
@jrtapsell No, it does not. My understanding is that header is typically ignored by trackers, so it's useless. These cookies are apparently their officially supported opt-out mechanism.
– Kaypro II
Jun 13 at 20:28
A first glance at teh BeefTaco site shows that it is not really rocket-science and under an apache licence. I am surprised that no-one webextension-ified it yet. Be aware that such an extension would need 'cookies' API permission and probably '://*/' host pemission (or something compiled from the list of some 450 builtin cookies). By the way, I'm afraid that list might be outdated (Jan 2013) ...
– Hagen von Eitzen
Jun 13 at 21:23
A first glance at teh BeefTaco site shows that it is not really rocket-science and under an apache licence. I am surprised that no-one webextension-ified it yet. Be aware that such an extension would need 'cookies' API permission and probably '://*/' host pemission (or something compiled from the list of some 450 builtin cookies). By the way, I'm afraid that list might be outdated (Jan 2013) ...
– Hagen von Eitzen
Jun 13 at 21:23
The industry-preferred method of using cookies to opt out of other cookies is intentionally broken due to cookie clearing and also due to what they can still do with your data even if you "opt out" (it doesn't prevent data collection typically, it only prevents visible signs of targeting ads to you). Better just to block 3rd-party trackers outright.
– pseudon
Jun 15 at 12:47
The industry-preferred method of using cookies to opt out of other cookies is intentionally broken due to cookie clearing and also due to what they can still do with your data even if you "opt out" (it doesn't prevent data collection typically, it only prevents visible signs of targeting ads to you). Better just to block 3rd-party trackers outright.
– pseudon
Jun 15 at 12:47
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1331079%2fhow-can-i-automatically-set-tracking-opt-out-cookies-in-my-browser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does the Do-Not-Track header cover what you want?
– jrtapsell
Jun 13 at 19:04
@jrtapsell No, it does not. My understanding is that header is typically ignored by trackers, so it's useless. These cookies are apparently their officially supported opt-out mechanism.
– Kaypro II
Jun 13 at 20:28
A first glance at teh BeefTaco site shows that it is not really rocket-science and under an apache licence. I am surprised that no-one webextension-ified it yet. Be aware that such an extension would need 'cookies' API permission and probably '://*/' host pemission (or something compiled from the list of some 450 builtin cookies). By the way, I'm afraid that list might be outdated (Jan 2013) ...
– Hagen von Eitzen
Jun 13 at 21:23
The industry-preferred method of using cookies to opt out of other cookies is intentionally broken due to cookie clearing and also due to what they can still do with your data even if you "opt out" (it doesn't prevent data collection typically, it only prevents visible signs of targeting ads to you). Better just to block 3rd-party trackers outright.
– pseudon
Jun 15 at 12:47