| It is the fucking internet, if you put something on there you should expect someone to find it, be it a crawler or an attacker. > 1. they are crawling potentially sensitive information granted by links with tokens If tokens in GET params are your security concept: please leave the entire field. 2. they are triggering potentially harmful and/or confusing actions in your website by repeating links So you built something that can be triggered by a simple HTTP request and may have a harmful potential? Wow. 3. they are repeating requests in a broken way by not encoding url-parameters correctly You are kidding right? That's a problem to you? Either your Webserver drops these or your routes don't match, end of story. 4. I could not find a warning or note on their tracking-pixel documentation that pages tracked would be crawled later Not a problem, you put it on the web and it will be crawled. Did you ever use Chrome? They report every URL you type to the Google Crawler. Read that anywhere lately? |