If security of sensitive information depends on tokens in the URL, don't just give those URLs to a third party , how would that ever be a reasonable thing to do? (especially since the third party apparently hasn't given you any guarantees on how they treat that, otherwise we wouldn't be having this conversation?) Do your users, your broken software and yourself a favor and don't put Facebook tracking crap everywhere.
That's because our industry is full of hopelessly under qualified people who somehow manage to create software by randomly throwing together bits of code from stackoverflow / books and tweaking it until it "works".
Facebooks crawls every page recorded by its tracking pixel
21–30 of 75 posts
Re: Facebooks crawls every page recorded by its tracking pixel
#22> 1. they are crawling potentially sensitive information granted by links with tokens Don't put Facebook tracking on sensitive pages. Actually as a service to your users don't put it anywhere where it doesn't add value. > 2. they are triggering potentially harmful and/or confusing actions in your website by repeating links They only perform idempotent[0]* requests which should not have any negative effect if performe…
GET is only idempotent in theory. Way too many people abuse GET when creating websites.
Re: Facebooks crawls every page recorded by its tracking pixel
#23Shocking! Abuse of power and shady tracking techniques by Facebook? Unheard of! Seriously, this cannot be surprising after learning that the Messenger app listens to everything you do, all the time. That's just off the top of my head. They are doing this and much more.
Please get your facts straight before posting here. https://www.wired.com/story/facebooks-listening-smartphone-m...
I'm not one for conspiracy theories, but the article lists some forms of how it might work and reasons how it would be unfeasible. There are other ways this could work, IMHO.
Re: Facebooks crawls every page recorded by its tracking pixel
#24> 1. they are crawling potentially sensitive information granted by links with tokens Don't put Facebook tracking on sensitive pages. Actually as a service to your users don't put it anywhere where it doesn't add value. > 2. they are triggering potentially harmful and/or confusing actions in your website by repeating links They only perform idempotent[0]* requests which should not have any negative effect if performe…
Don't put tracking on sensitive pages.
Re: Facebooks crawls every page recorded by its tracking pixel
#25If security of sensitive information depends on tokens in the URL, don't just give those URLs to a third party , how would that ever be a reasonable thing to do? (especially since the third party apparently hasn't given you any guarantees on how they treat that, otherwise we wouldn't be having this conversation?) Do your users, your broken software and yourself a favor and don't put Facebook tracking crap everywhere.
That's because our industry is full of hopelessly under qualified people who somehow manage to create software by randomly throwing together bits of code from stackoverflow / books and tweaking it until it "works".
Re: Facebooks crawls every page recorded by its tracking pixel
#26Earlier quoted context omitted.
GET is only idempotent in theory. Way too many people abuse GET when creating websites.
As an example of the problem, see the "Issues and criticism" of the related topic "Link prefetching" in Wikipedia - https://en.wikipedia.org/wiki/Link_prefetching#Issues_and_cr... .
Re: Facebooks crawls every page recorded by its tracking pixel
#27> 1. they are crawling potentially sensitive information granted by links with tokens Don't put Facebook tracking on sensitive pages. Actually as a service to your users don't put it anywhere where it doesn't add value. > 2. they are triggering potentially harmful and/or confusing actions in your website by repeating links They only perform idempotent[0]* requests which should not have any negative effect if performe…
So don't put it anywhere.
Re: Facebooks crawls every page recorded by its tracking pixel
#28> 1. they are crawling potentially sensitive information granted by links with tokens Don't put Facebook tracking on sensitive pages. Actually as a service to your users don't put it anywhere where it doesn't add value. > 2. they are triggering potentially harmful and/or confusing actions in your website by repeating links They only perform idempotent[0]* requests which should not have any negative effect if performe…
> Actually as a service to your users don't put it anywhere where it doesn't add value. So don't put it anywhere.
Re: Facebooks crawls every page recorded by its tracking pixel
#29> 1. they are crawling potentially sensitive information granted by links with tokens Don't put Facebook tracking on sensitive pages. Actually as a service to your users don't put it anywhere where it doesn't add value. > 2. they are triggering potentially harmful and/or confusing actions in your website by repeating links They only perform idempotent[0]* requests which should not have any negative effect if performe…
> Again, this only applies to the result, not the resource itself. This still can be manipulated (like an update-timestamp, provided this information is not shared in the (current) resource representation.
This means that tracking is still could potentially affect some stuff, but honestly not by much.
Re: Facebooks crawls every page recorded by its tracking pixel
#30Shocking! Abuse of power and shady tracking techniques by Facebook? Unheard of! Seriously, this cannot be surprising after learning that the Messenger app listens to everything you do, all the time. That's just off the top of my head. They are doing this and much more.
Please get your facts straight before posting here. https://www.wired.com/story/facebooks-listening-smartphone-m...
>To make it happen, Facebook would need to record everything your phone hears while it's on.
This assumption treated as an axiom here is false, and it makes the rest of the article inaccurate as well.