Link Query Strings
When sharing a link, it is generally a good idea to remove the query string first. Everything after the question mark is called a query string. Query strings can sometimes contain an ID that would then correlate you with anyone else who clicks that link.
The reverse is also a threat, you should clean the query string on any links that you receive before opening them. We'll cover more devious query string attacks later, but you're more likely to run into query strings with advertising ids.
Last updated